Header

The header struct to use when parsing data.

struct Header {
const(char)[] name;
const(char)[] value;
}