Docs.rs
http-service-hyper-0.4.1
http-service-hyper 0.4.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
aturon
github:rustasync:maintainers
Dependencies
futures ^0.3.1
normal
http ^0.1
normal
http-service ^0.4.0
normal
hyper ^0.12.27
normal
romio ^0.3.0-alpha.8
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
http_
service_
hyper
0.4.1
All Items
Crate Items
Structs
Functions
Crate
http_service_hyper
Copy item path
Source
Expand description
HttpService
server that uses Hyper as backend.
Structs
§
Builder
A builder for a
Server
.
Server
A listening HTTP server that accepts connections in both HTTP1 and HTTP2 by default.
Functions
§
run
Run the given
HttpService
at the given address on the default runtime, using
hyper
as backend.
serve
Serve the given
HttpService
at the given address, using
hyper
as backend, and return a
Future
that can be
await
ed on.