Crate thhp

Source
Expand description

§thhp

A parser library for HTTP/1.x requests and responses.

Re-exports§

pub use crate::Error::*;
pub use crate::Status::*;

Structs§

HeaderField
A parsed header field.
Request
A parsed request.
Response
A parsed response.

Enums§

Error
An error in parsing the http header.
Status
A variants of parsing status.

Traits§

HeaderFieldCollection
Trait for a container of header fields.

Type Aliases§

Result
A result type in parsing http header.