macro_rules! header_value {
($bytes:expr) => { ... };
}Expand description
construct HeaderValue from a maybe shared expression.
macro_rules! header_value {
($bytes:expr) => { ... };
}construct HeaderValue from a maybe shared expression.