Expand description
§httpp
A library for parsing HTTP requests and responses. Support for Http 2.0 is planned for the future
The focus is on speed, safety, and security. It is intentionally designed to be strict to prevent a whole class of http attacks
Re-exports§
pub use request::Method;
pub use request::Request;
pub use request::RequestParser;
pub use response::Response;
pub use response::ResponseParser;
Modules§
- Contains types and functions for parsing and generating http requests
- Contains types and functions for parsing and generating http responses
Structs§
- Represents an http header
Enums§
- All parsing errors possible Note that there is only one variant as to not give an attacker any information about why the parsing failed
- Represents possible http versions
Constants§
- Makes it easier to create an empty header
Type Aliases§
- a result holding a parse error