Module http_header::header

source ·
Expand description

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

Structs§

Functions§

  • Parses a HTTP request header from bytes
  • Parses a HTTP response header from bytes
  • Reads from source into buf until a HTTP-header-end is matched or buf is filled completely