Crate stream_httparse[][src]

Expand description

A fast and simple to use HTTP-Parsing crate

Re-exports

pub use header::Header;

Modules

Holds some more Types that are needed for Headers

This module holds all the Parsers that can deal with parsing the Data in multiple chunks and dont need all of it right away

Structs

A single HTTP-Chunk used for sending Data with Transfer-Encoding: Chunked

A collection of Headers

Represents a single HTTP-Request

Represents a single HTTP-Request

Enums

The different HTTP-Methods as defined by RFC 2616 5.1.1

Represents all the known and defined StatusCodes