Static
CONNECTMatch CONNECT
requests.
Static
DELETEMatch DELETE
requests.
Static
GETMatch GET
requests.
Static
HEADMatch HEAD
requests.
Static
OPTIONSMatch OPTIONS
requests.
Static
PATCHMatch PATCH
requests.
Static
POSTMatch POST
requests.
Static
PUTMatch PUT
requests.
Static
TRACEMatch TRACE
requests.
Determines if the current MethodFilter
contains all the bits of another
MethodFilter
.
Combines this MethodFilter
instance with another MethodFilter
using a
logical OR operation.
A filter that matches one or more HTTP methods.