Modules

HTTP header types

Redirect Handling

Structs

An asynchronous request body.

An asynchronous Client to make Requests with.

A ClientBuilder can be used to create a Client with custom configuration.

The Errors that may occur when processing a Request.

The Request Method (VERB)

Configuration of a proxy that a Client should pass requests to.

A request which can be executed with Client::execute().

A builder to construct the properties of a Request.

A Response to a submitted Request.

An HTTP status code (status-code in RFC 7230 et al.).

A parsed URL record.

Represents a version of the HTTP spec.

Traits

A trait to try to convert some type into a Url.

Extension trait for http::response::Builder objects

Functions

Shortcut method to quickly make a GET request.

Type Definitions

A Result alias where the Err case is reqwest::Error.