Expand description
HTTP server implementation for Reinhardt framework
This crate provides HTTP server capabilities with support for:
- Hyper-based HTTP/1.1 and HTTP/2
- GraphQL (optional)
- WebSocket (optional)
Re-exports§
pub use crate::server::*;
Modules§
- server
- Core server modules including HTTP, rate limiting, shutdown, and timeout. HTTP server implementation for Reinhardt framework.