Expand description
Unified HTTP server abstractions for x402
This module provides a trait-based abstraction for creating HTTP servers that works across different HTTP protocols (HTTP/1.1, HTTP/2, and HTTP/3).
Structs§
- Http1
Server - HTTP/1.1 server implementation
- Http2
Server - HTTP/2 server implementation
- Http3
Server - HTTP/3 server implementation
- Server
Builder - Unified server builder
- Server
Config - Configuration for HTTP server binding
Enums§
- Http
Protocol - HTTP protocol versions
Traits§
- Http
Server - Trait for creating and starting HTTP servers
Functions§
- create_
server - Convenience function to create a server builder