Crate stream_httparse

Source
Expand description

A fast and simple to use HTTP-Parsing crate

Re-exports§

pub use header::Header;

Modules§

header
Holds some more Types that are needed for Headers
streaming_parser
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§

Chunk
A single HTTP-Chunk used for sending Data with Transfer-Encoding: Chunked
Headers
A collection of Headers
Request
Represents a single HTTP-Request
Response
Represents a single HTTP-Request

Enums§

Method
The different HTTP-Methods as defined by RFC 2616 5.1.1
StatusCode
Represents all the known and defined StatusCodes