Struct hyper::header::common::server::Server
[-]
[+]
[src]
pub struct Server(pub String);
The Server
header field.
They can contain any value, so it just wraps a String
.