Structs§
- Server
- An HTTP server that can handle multiple requests concurrently.
Enums§
- Connection
- A connection state machine for handling HTTP server requests-response cycles.
- Handle
Request Error - The error type for handling HTTP requests
- Handler
Error
Constants§
Traits§
- Handler
- A trait (async callback) for handling incoming HTTP requests
Functions§
- handle_
connection - A convenience function to handle multiple HTTP requests over a single socket stream, using the specified handler.
- handle_
request - A convenience function to handle a single HTTP request over a socket stream, using the specified handler.
Type Aliases§
- Default
Server - A type alias for an HTTP server with default buffer sizes.
- Server
Buffers - A type alias for the HTTP server buffers (essentially, arrays of
MaybeUninit)