Optional
Readonly
deleteRequest processing handler for HTTP DELETE.
Optional
Readonly
getRequest processing handler for HTTP GET.
It is also called for HTTP HEAD requests unless a [head] handler is also defined.
Optional
Readonly
headRequest processing handler for HTTP HEAD.
Optional
Readonly
optionsRequest processing handler for HTTP OPTIONS.
Optional
Readonly
patchRequest processing handler for HTTP PATCH.
Optional
Readonly
postRequest processing handler for HTTP POST.
Optional
Readonly
putRequest processing handler for HTTP PUT.
Generated using TypeDoc
Request processing handlers for HTTP request methods.