Skip to content

Commit 635fada

Browse files
authored
Merge pull request danielmiessler#708 from D3vil0per/patch-2
Added methods from IANA source Source: http://www.iana.org/assignments/http-methods/http-methods.xhtml#methods
2 parents 839b262 + 7a42879 commit 635fada

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Fuzzing/http-request-methods.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,24 @@ ACL
3030
PATCH
3131
SEARCH
3232
ARBITRARY
33+
BIND
34+
LINK
35+
MKCALENDAR
36+
MKREDIRECTREF
37+
PRI
38+
QUERY
39+
REBIND
40+
UNBIND
41+
UNLINK
42+
UPDATEREDIRECTREF
3343
options
3444
get
3545
head
3646
post
3747
put
3848
delete
3949
trace
50+
purge
4051
connect
4152
propfind
4253
proppatch
@@ -61,3 +72,13 @@ acl
6172
patch
6273
search
6374
arbitrary
75+
bind
76+
link
77+
mkcalendar
78+
mkredirectref
79+
pri
80+
query
81+
rebind
82+
unbind
83+
unlink
84+
updateredirectref

0 commit comments

Comments
 (0)