HeadersHash

A type that acts similarly to a string[string] to hold email headers in a case-insensitive way.

struct HeadersHash {
string[CaseInsensitiveString] hash;
}

Alias This

hash

Meta