Docs.rs
rust-express-0.1.1
rust-express 0.1.1
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
roee1454
Dependencies
base64 ^0.22.1
normal
futures ^0.3.31
normal
mime_guess ^2.0.5
normal
serde ^1.0.213
normal
serde_json ^1.0.132
normal
tokio ^1.41.0
normal
urlencoding ^2.1.3
normal
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
handle_response
rust_
express
0.1.1
In rust_
express::
utils::
response
rust_express
::
utils
::
response
Function
handle_
response
Copy item path
Source
pub async fn handle_response( stream: &mut
TcpStream
, request: &
Request
, router: &
Router
, )