Skip to main content

Module reqwest

Module reqwest 

Source
Expand description

Request types for reqwest.

Structsยง

Client
An asynchronous Client to make Requests with.
Form
An async multipart/form-data request.
Method
The Request Method (VERB)
Request
A request which can be executed with Client::execute().
Url
A parsed URL record.