mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Implementation for an Issue #450
This commit is contained in:
parent
7ba9e75c97
commit
76b4e1ccb9
3 changed files with 17 additions and 7 deletions
|
|
@ -86,6 +86,7 @@ class HTTPMETHOD:
|
|||
class NULLCONNECTION:
|
||||
HEAD = "HEAD"
|
||||
RANGE = "Range"
|
||||
SKIP_READ = "skip-read"
|
||||
|
||||
class REFLECTIVE_COUNTER:
|
||||
MISS = "MISS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue