Struct generic_async_http_client::Request[][src]

pub struct Request(_);
Expand description

Builds a HTTP request, poll it to query

Implementations

Add a JSON boby to the request

Add a form data boby to the request

Add query parameter to the request

Add a boby to the request

Add a single header to the request If the map did have this key present, the new value is associated with the key

Add a single header to the request If the map did have this key present, the new value is pushed to the end of the list of values

Send the request to the webserver

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.