Module hyper::header::commonExperimental
[-]
[+]
[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::host::Host; |
pub use self::content_length::ContentLength; |
pub use self::content_type::ContentType; |
pub use self::accept::Accept; |
pub use self::connection::Connection; |
pub use self::transfer_encoding::TransferEncoding; |
pub use self::user_agent::UserAgent; |
pub use self::server::Server; |
pub use self::date::Date; |
pub use self::location::Location; |
Modules
| accept | Exposes the Accept header. |
| connection | Exposes the Connection header. |
| content_length | Exposes the ContentLength header. |
| content_type | Exposes the ContentType header. |
| date | Exposes the Date header. |
| host | Exposes the Host header. |
| location | Exposes the Location header. |
| server | Exposes the Server header. |
| transfer_encoding | Exposes the TransferEncoding header. |
| user_agent | Exposes the UserAgent header. |
| util | Utility functions for Header implementations. |