Expand description
Modules§
- header
- Header of Requests and Responses.
- method
- Protocol Methods.
- path
- Path and Queries to Resources.
- request
- Requests to Server.
- response
- Responses to Client.
- status
- Status Codes
- version
- Protocol Versions.
Macros§
- content
- Just send this content successfully.
Structs§
- Configuration
- Configuration of the HTTP Server.
- Content
- Content of a Hyper Text Transfer Protocol Response.
- KeyValue
Pair - Simple Key-Value-Pair. E.g. for header-fields, Queries, etc.