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