[−][src]Module chttp::prelude
A "prelude" for importing common cHTTP types.
Structs
| Body | Contains the body of an HTTP request or response. |
| HttpClient | An HTTP client for making requests. |
| Request | Represents an HTTP request. |
| Response | Represents an HTTP response |
Traits
| RequestBuilderExt | Provides additional methods when building a request for configuring various execution-related options on how the request should be sent. |
| RequestExt | Extension methods on an HTTP request. |
| ResponseExt | Provides extension methods for working with HTTP responses. |