loop-http-get

Crates.ioloop-http-get
lib.rsloop-http-get
version1.0.2
sourcesrc
created_at2023-08-16 08:38:32.904565
updated_at2023-08-25 08:54:00.437597
descriptionSend an HTTP GET every minute.
homepagehttps://github.com/WaterLemons2k/loop-http-get
repositoryhttps://github.com/WaterLemons2k/loop-http-get
max_upload_size
id945638
size6,934
(WaterLemons2k)

documentation

README

Loop HTTP GET

Send an HTTP GET every minute.

English | 简体中文

Why

On some networks (e.g. hotspots), it will disconnect if there are no network requests for a period of time.

Therefore, the program sends an HTTP GET every minute to keep the network alive.

Getting Started

$ ./loop-http-get
1 GET http://rust-lang.org
Commit count: 7

cargo fmt