use crate;
/// ### WWW-Authenticate header
/// Related: Authentication/Authorization/Session
///
/// Reference: https://www.rfc-editor.org/rfc/rfc1945.html#section-10.16
// impl WWWAuthenticate {
// fn example() -> Self {
// Self {
// name: HeaderName::new_unchecked("WWW-Authenticate"),
// value: HeaderValue::new_unchecked("Not_Defined"),
// }
// }
// }