Docs.rs
actix-connector-0.3.0
actix-connector 0.3.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fafhrd91
Dependencies
actix-codec ^0.1.0
normal
actix-service ^0.3.0
normal
futures ^0.1
normal
openssl ^0.10
normal
optional
tokio-current-thread ^0.1
normal
tokio-openssl ^0.3
normal
optional
tokio-tcp ^0.1
normal
trust-dns-resolver ^0.11.0-alpha.2
normal
Versions
65%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
actix_
connector
0.3.0
Request
Host
Required Methods
host
Implementations on Foreign Types
String
Implementors
In crate actix_
connector
actix_connector
Trait
RequestHost
Copy item path
Source
pub trait RequestHost { // Required method fn
host
(&self) -> &
str
; }
Expand description
Host name of the request
Required Methods
§
Source
fn
host
(&self) -> &
str
Implementations on Foreign Types
§
Source
§
impl
RequestHost
for
String
Source
§
fn
host
(&self) -> &
str
Implementors
§
Source
§
impl
RequestHost
for
Connect