Search results

There are no results.

std.net.http.header.values

Parsing of HTTP header values.

This module provides types for parsing/generating HTTP header values, parameters, etc (e.g. those used by the Accept header).

This code resides in a standalone module such that modules (e.g. std.mime) can reuse this code without having to depend on the (much larger) std.net.http module.

Types

Parameter

A case-insensive parameter name.

ParameterValue

A lazily decoded (but already validated) parameter value.