Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```