Module net

Module net 

Source
Expand description

Module for creating and sending HTTP requests.

Structs§

Request
An HTTP request.
Response
An HTTP response.

Enums§

HttpMethod
An HTTP request method.
RequestError
Error type for network requests.
TimeUnit
A time unit for rate limiting.

Functions§

set_rate_limit
Set the number of requests allowed per a given time period.