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