Struct hyper::header::common::content_type::ContentType
[-]
[+]
[src]
pub struct ContentType(pub Mime);
The Content-Type
header.
Used to describe the MIME type of message body. Can be used with both requests and responses.