TokenHeader

Decodes headers of the form "main-value; param1=value1; param2=value2"

Members

Variables

properties
string[string] properties;

Following properties, as a D associative array.

value
string value;

The main header value.

Meta