Re-exports§
pub use http;
Modules§
Structs§
- Request
- A request which can be executed with
Client::execute(). - Request
Builder - A builder to construct the properties of a
Request.
Statics§
Functions§
- set_
fg_ cookies - Accepts cookies in form like
name1=value1; name=value2; ..., Also see MDN.