WaterLemons2k / loop-http-get

Send an HTTP GET every minute.

Home Page:https://crates.io/crates/loop-http-get

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Send an HTTP GET every minute.

https://crates.io/crates/loop-http-get

License:MIT License


Languages

Language:Rust 100.0%