From: André Malo The method names listed can be one or more of: GET
,
POST
, PUT
, DELETE
,
- CONNECT
, OPTIONS
, TRACE
,
+ CONNECT
, OPTIONS
,
PATCH
, PROPFIND
, PROPPATCH
,
MKCOL
, COPY
, MOVE
,
LOCK
, and UNLOCK
. The method name is
case-sensitive. If GET
is used it will also
- restrict HEAD
requests.HEAD
requests. The TRACE
method
+ cannot be limited.
The method names listed can be one or more of: GET
,
POST
, PUT
, DELETE
,
- CONNECT
, OPTIONS
, TRACE
,
+ CONNECT
, OPTIONS
,
PATCH
, PROPFIND
, PROPPATCH
,
MKCOL
, COPY
, MOVE
,
LOCK
, and UNLOCK
. The method name is
case-sensitive. If GET
is used it will also
- restrict HEAD
requests.
HEAD
requests. The TRACE
method
+ cannot be limited.