Skip to main content

Module http

Module http 

Source
Expand description

Re-exports of the http crate’s submodules.

These are grouped here to keep the fetch crate root uncluttered. The most commonly used http types (such as HeaderMap, Method, StatusCode, and Version) are re-exported directly at the crate root.

Modules§

header
HTTP header types
method
The HTTP request method
request
HTTP request types.
response
HTTP response types.
status
HTTP status codes
version
HTTP version