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