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