Docs.rs
rivetkit-2.3.17
rivetkit 2.3.17
Docs.rs crate page
Apache-2.0
10 September 2026
Links
Homepage
Repository
crates.io
Source
Owners
NathanFlurry
Dependencies
anyhow ^1.0.82
normal
async-trait ^0.1
normal
axum ^0.8
normal
bytes ^1.6.0
normal
ciborium ^0.2
normal
futures ^0.3.30
normal
http ^1.3.1
normal
parking_lot ^0.12
normal
rivet-error =2.3.17
normal
rivetkit-client =2.3.17
normal
rivetkit-core =2.3.17
normal
serde ^1.0
normal
serde_json ^1.0.128
normal
tokio ^1.44.0
normal
tokio-stream ^0.1.15
normal
tokio-util ^0.7
normal
tracing ^0.1.40
normal
axum ^0.8
dev
bytes ^1.6.0
dev
rivet-envoy-client =2.3.17
dev
rivetkit-client-protocol =2.3.17
dev
rivetkit-core =2.3.17
dev
serde_json ^1.0.128
dev
tracing-subscriber ^0.3
dev
trybuild ^1.0.116
dev
vbare ^0.0.4
dev
Versions
13.66%
of the crate is documented
Platform
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
Skip to main content
Module serverless_http
rivetkit
2.3.17
Module serverless_
http
Module Items
Structs
Enums
Functions
Type Aliases
In crate rivetkit
rivetkit
Module
serverless_
http
Copy item path
Source
Structs
§
Application
Request
Application
Response
Listener
Config
Enums
§
Application
Response
Body
Functions
§
serve
Bind a TCP listener and serve
runtime
over HTTP until
shutdown
fires.
serve_
application
Bind a TCP listener that forwards every request to an application handler.
Type Aliases
§
Application
Fetch