Request.headers - multiple declarations
Function Request.headers
auto final inout inout(string[string]) headers() pure nothrow @property @nogc @safe;
Function Request.headers
final void headers
(
string[string] setter_arg
) pure nothrow @property @nogc;