Module http

Module http 

Source

Modules§

header
HTTP header types

Structs§

HeaderMap
A set of HTTP headers
HeaderName
Represents an HTTP header field name
HeaderValue
Represents an HTTP header field value.
Method
The Request Method (VERB)
StatusCode
An HTTP status code (status-code in RFC 7230 et al.).
Url
A parsed URL record.

Enums§

CacheControl
指定该Object被下载时网页的缓存行为
ContentDisposition
ContentEncoding

Traits§

IntoUrl
A trait to try to convert some type into a Url.