Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waterlemons2k/loop-http-get
Send an HTTP GET every minute.
https://github.com/waterlemons2k/loop-http-get
client http http-client http-get loop network rust
Last synced: about 2 months ago
JSON representation
Send an HTTP GET every minute.
- Host: GitHub
- URL: https://github.com/waterlemons2k/loop-http-get
- Owner: WaterLemons2k
- License: mit
- Created: 2023-08-16T08:37:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-17T07:46:21.000Z (6 months ago)
- Last Synced: 2024-10-28T22:10:30.273Z (3 months ago)
- Topics: client, http, http-client, http-get, loop, network, rust
- Language: Rust
- Homepage: https://crates.io/crates/loop-http-get
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Loop HTTP GET
Send an HTTP GET every minute.
English | [简体中文](README.zh-CN.md)
## 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
```sh
$ ./loop-http-get
1 GET http://rust-lang.org
```