Macro webmachine::h
source · [−]macro_rules! h {
($e:expr) => { ... };
}Expand description
Simple macro to convert a string to a HeaderValue struct.
macro_rules! h {
($e:expr) => { ... };
}Simple macro to convert a string to a HeaderValue struct.