mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-07-18 01:39:18 -04:00
Merge pull request #708 from D3vil0per/patch-2
Added methods from IANA source Source: http://www.iana.org/assignments/http-methods/http-methods.xhtml#methods
This commit is contained in:
commit
635fadadf8
1 changed files with 21 additions and 0 deletions
|
@ -30,6 +30,16 @@ ACL
|
||||||
PATCH
|
PATCH
|
||||||
SEARCH
|
SEARCH
|
||||||
ARBITRARY
|
ARBITRARY
|
||||||
|
BIND
|
||||||
|
LINK
|
||||||
|
MKCALENDAR
|
||||||
|
MKREDIRECTREF
|
||||||
|
PRI
|
||||||
|
QUERY
|
||||||
|
REBIND
|
||||||
|
UNBIND
|
||||||
|
UNLINK
|
||||||
|
UPDATEREDIRECTREF
|
||||||
options
|
options
|
||||||
get
|
get
|
||||||
head
|
head
|
||||||
|
@ -37,6 +47,7 @@ post
|
||||||
put
|
put
|
||||||
delete
|
delete
|
||||||
trace
|
trace
|
||||||
|
purge
|
||||||
connect
|
connect
|
||||||
propfind
|
propfind
|
||||||
proppatch
|
proppatch
|
||||||
|
@ -61,3 +72,13 @@ acl
|
||||||
patch
|
patch
|
||||||
search
|
search
|
||||||
arbitrary
|
arbitrary
|
||||||
|
bind
|
||||||
|
link
|
||||||
|
mkcalendar
|
||||||
|
mkredirectref
|
||||||
|
pri
|
||||||
|
query
|
||||||
|
rebind
|
||||||
|
unbind
|
||||||
|
unlink
|
||||||
|
updateredirectref
|
||||||
|
|
Loading…
Add table
Reference in a new issue