Modules§
- header
- HTTP header types
Structs§
- Header
Map - A set of HTTP headers
- Header
Name - Represents an HTTP header field name
- Header
Value - Represents an HTTP header field value.
- Method
- The Request Method (VERB)
- Status
Code - An HTTP status code (
status-codein RFC 7230 et al.). - Url
- A parsed URL record.
Enums§
- Cache
Control - 指定该Object被下载时网页的缓存行为
- Content
Disposition - Content
Encoding
Traits§
- IntoUrl
- A trait to try to convert some type into a
Url.