Struct hyper::header::Basic [] [src]

pub struct Basic {
    pub username: String,
    pub password: Option<String>,
}
[]

Credential holder for Basic Authentication

Fields

[]

The username as a possibly empty string

[]

The password. None if the : delimiter character was not part of the parsed input.