.req_uses_method_impl: Check a Request for a Method
Description
Report whether a request includes a REQUEST_METHOD object with a specified
value.
Usage
.req_uses_method_impl(request, method)
Value
A length-1 logical vector.
Arguments
- request
A shiny request object.
- method
The expected HTTP method.