Docs.rs
fire-http-0.2.12
fire-http 0.2.12
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
soerenmeier
Dependencies
base64 ^0.13
normal
bytes ^1.0
normal
futures-util ^0.3.5
normal
fire-http-representation ^0.1.6
normal
hyper ^0.14
normal
http ^0.2
normal
percent-encoding ^2.1
normal
rand ^0.8
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha-1 ^0.10
normal
tokio ^1.0
normal
tokio-tungstenite ^0.17
normal
tracing ^0.1
normal
hyper ^0.14
dev
tokio ^1.0
dev
Versions
32.99%
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
☰
IntoResponse
Required Methods
into_response
Implementations on Foreign Types
&'static str
()
String
Vec<u8>
Implementors
In fire_http::into
?
Trait
fire_http
::
into
::
IntoResponse
source
·
[
−
]
pub trait IntoResponse { fn
into_response
(self) ->
Response
; }
Required Methods
source
fn
into_response
(self) ->
Response
Implementations on Foreign Types
source
impl
IntoResponse
for &'static
str
source
fn
into_response
(self) ->
Response
source
impl
IntoResponse
for
String
source
fn
into_response
(self) ->
Response
source
impl
IntoResponse
for
Vec
<
u8
>
source
fn
into_response
(self) ->
Response
source
impl
IntoResponse
for
()
source
fn
into_response
(self) ->
Response
Implementors
source
impl
IntoResponse
for
Body
source
impl
IntoResponse
for
StatusCode
source
impl
IntoResponse
for
Caching
source
impl
IntoResponse
for
File
source
impl
IntoResponse
for
PartialFile
source
impl
IntoResponse
for
Response