Docs.rs
docspec-http-1.3.0
docspec-http 1.3.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
StephanMeijer
Dependencies
axum ^0.8
normal
clap ^4
normal
docspec ^1.2.0
normal
docspec-core ^1.0.0
normal
docspec-json ^1.0.0
normal
metrics ^0.24
normal
metrics-exporter-prometheus ^0.18
normal
mime ^0.3
normal
sentry ^0.48
normal
thiserror ^2
normal
tokio ^1
normal
tower ^0.5
normal
tower-http ^0.6
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
reqwest ^0.13
dev
sentry ^0.48
dev
serde_json ^1
dev
tower ^0.5
dev
uuid ^1
dev
Versions
100%
of the crate is documented
Go to latest version
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 server
docspec_
http
1.3.0
Module server
Module Items
Structs
Enums
Functions
In crate docspec_
http
docspec_http
Module
server
Copy item path
Source
Expand description
HTTP server implementation.
Structs
§
Server
Config
Configuration for the HTTP server.
Enums
§
Server
Error
Errors that can occur while starting or running the HTTP server.
Functions
§
bind
Bind a TCP listener for the given configuration without starting the Axum server.
serve
Bind and start the HTTP server, shutting down gracefully on SIGINT/SIGTERM.