Modules§
- resp_
presets - Several presets for standard Responses
- status_
presets - Several preset Status Codes like OK, Created, Not Found
Structs§
- Http
Parse Error - Error struct for HTTP Parsing
- Http
Status - Struct for HTTP Status Codes
- Request
- Struct for representing a HTTP Request
- Response
- Struct for representing a HTTP Response
- Response
Builder - Builder impl for Response
Enums§
- Http
Method - Enum for all the HTTP Methods
- Http
Status Group - Enum for HTTP Status Codes Groups
- Http
Version - Enum for the 4 different HTTP Version
- Parse
Error Kind - Enum for the different places where the parsing could went wrong
Traits§
- Destruct
- Trait for destructing structs with private fields.
It can also be used to run destroy logic
- TryRequest
- Trait for adding a method ro specific types to parse them automatically to a Request