mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-31 15:40:46 +00:00
Update for an Issue #431
This commit is contained in:
parent
661b44135d
commit
f67148a9a4
3 changed files with 18 additions and 15 deletions
|
|
@ -76,6 +76,12 @@ class HTTPMETHOD:
|
|||
GET = "GET"
|
||||
POST = "POST"
|
||||
HEAD = "HEAD"
|
||||
PUT = "PUT"
|
||||
DELETE = "DETELE"
|
||||
TRACE = "TRACE"
|
||||
OPTIONS = "OPTIONS"
|
||||
CONNECT = "CONNECT"
|
||||
PATCH = "PATCH"
|
||||
|
||||
class NULLCONNECTION:
|
||||
HEAD = "HEAD"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue