Crate htpp

source
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§

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§

Type Aliases§

  • a result holding a parse error