Skip to main content

Crate reinhardt_server

Crate reinhardt_server 

Source
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.