Headers.get

Retrieve the value of the given header if it is present, otherwise return def.

struct Headers
const pure nothrow @nogc
string
get
(
string key
,
string def
)

Meta