[][src]Module http_header::header

A HTTP header implementation that can parse, create and serialize arbitrary HTTP/1.0 and HTTP/1.1 request and response headers.

Structs

RequestBuilder

A HTTP-response header builder

RequestHeader

A HTTP request header

ResponseBuilder

A HTTP-response header builder

ResponseHeader

A HTTP response header

Functions

parse_request

Parses a HTTP request header from bytes

parse_response

Parses a HTTP response header from bytes

read

Reads from source into buf until a HTTP-header-end is matched or buf is filled completely