[][src]Trait actix_connector::RequestHost

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

Host name of the request

Required methods

fn host(&self) -> &str

Loading content...

Implementations on Foreign Types

impl RequestHost for String[src]

Loading content...

Implementors

impl RequestHost for Connect[src]

Loading content...