Crate thhp [] [src]

thhp

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

Re-exports

pub use Error::*;
pub use 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 Definitions

Result

A result type in parsing http header.