Docs.rs
tsukuyomi-server-0.1.0
tsukuyomi-server 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ubnt-intrepid
Dependencies
bytes ^0.4.10
normal
futures ^0.1.25
normal
http ^0.1.13
normal
hyper ^0.12.12
normal
log ^0.4.5
normal
rustls ^0.14.0
normal
tokio ^0.1.11
normal
tokio-rustls ^0.8.0
normal
tokio-threadpool ^0.1.7
normal
tower-service ^0.1.0
normal
Versions
13.64%
of the crate is documented
Go to latest version
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
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
☰
HttpRequest
Implementations on Foreign Types
Request<T>
Implementors
In tsukuyomi_server::service::http
?
Trait
tsukuyomi_server
::
service
::
http
::
HttpRequest
source
·
[
−
]
pub trait HttpRequest: HttpRequestImpl { }
Implementations on Foreign Types
source
impl<T>
HttpRequest
for
Request
<T>
where
T:
From
<
RequestBody
>,
Implementors