Docs.rs
avx-http-0.2.0
avx-http 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
avilaops
Dependencies
async-trait ^0.1
normal
bytes ^1.7
normal
futures ^0.3
normal
http ^1.2
normal
serde ^1.0
normal
serde_json ^1.0
normal
tokio ^1.48
normal
urlencoding ^2.1
normal
criterion ^0.5
dev
tokio-test ^0.4
dev
libc ^0.2
normal
windows-sys ^0.59
normal
Versions
100%
of the crate is documented
Go to latest version
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
Module server
avx_
http
0.2.0
Module server
Module Items
Structs
In crate avx_
http
avx_http
Module
server
Copy item path
Source
Expand description
HTTP Server implementation
Structs
ยง
Request
HTTP Request received by server
Response
HTTP Response to send to client
Router
Router for mapping paths to handlers
Server
HTTP Server