pub trait RequestHost {
    fn host(&self) -> &str;
}
Expand description

Host name of the request

Required Methods§

Implementations on Foreign Types§

Implementors§