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

A parsed header field.
A parsed request.
A parsed response.

Enums

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

Traits

Trait for a container of header fields.

Type Definitions

A result type in parsing http header.