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
|
||||
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…
Add table
Reference in a new issue