Struct actix_http::client::TcpConnect [−][src]
pub struct TcpConnect<T> { /* fields omitted */ }Expand description
Connection info.
Implementations
Create Connect instance by splitting the string by ‘:’ and convert the second part to u16
Create new Connect instance from host and address. Connector skips name resolution stage
for such connect messages.
Use port if address does not provide one.
Default value is 0.
Set address.
Set list of addresses.
Set local_addr of connect.
Take resolved request addresses.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Connect<T> where
T: RefUnwindSafe, impl<T> UnwindSafe for Connect<T> where
T: UnwindSafe,