Module hyper::header::common
[-]
[+]
[src]
Common Headers A Collection of Header implementations for common HTTP Headers.
Mime
Several header fields use MIME values for their contents. Keeping with the
strongly-typed theme, the mime crate
is used, such as ContentType(pub Mime).
Reexports
pub use self::accept::Accept; |
pub use self::accept_encoding::AcceptEncoding; |
pub use self::allow::Allow; |
pub use self::authorization::Authorization; |
pub use self::cache_control::CacheControl; |
pub use self::cookie::Cookies; |
pub use self::connection::Connection; |
pub use self::content_length::ContentLength; |
pub use self::content_type::ContentType; |
pub use self::date::Date; |
pub use self::etag::Etag; |
pub use self::expires::Expires; |
pub use self::host::Host; |
pub use self::last_modified::LastModified; |
pub use self::if_modified_since::IfModifiedSince; |
pub use self::location::Location; |
pub use self::transfer_encoding::TransferEncoding; |
pub use self::upgrade::Upgrade; |
pub use self::user_agent::UserAgent; |
pub use self::vary::Vary; |
pub use self::server::Server; |
pub use self::set_cookie::SetCookie; |
Modules
| accept | Exposes the Accept header. |
| accept_encoding | Exposes the AcceptEncoding header. |
| access_control | Exposes the AccessControl* family of headers. |
| allow | Exposes the Allow header. |
| authorization | Exposes the Authorization header. |
| cache_control | Exposes the CacheControl header. |
| connection | Exposes the Connection header. |
| content_length | Exposes the ContentLength header. |
| content_type | Exposes the ContentType header. |
| cookie | Exposes the Cookie header. |
| date | Exposes the Date header. |
| etag | Exposes the Etag header. |
| expires | Exposes the Expires header. |
| host | Exposes the Host header. |
| if_modified_since | Exposes the If-Modified-Since header. |
| last_modified | Exposes the LastModified header. |
| location | Exposes the Location header. |
| server | Exposes the Server header. |
| set_cookie | Exposes the Set-Cookie header. |
| transfer_encoding | Exposes the TransferEncoding header. |
| upgrade | Exposes the Upgrade header. |
| user_agent | Exposes the UserAgent header. |
| vary | Exposes the Vary header. |