Function URLRouter.put
Adds a new route for PUT requests matching the specified pattern.
URLRouter put(Handler)
(
string url_match,
Handler handler
)
if (isValidHandler!Handler);
URLRouter put
(
string url_match,
@safe void delegate(HTTPServerRequest, HTTPServerResponse) handler
) @safe;