mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 21:05:26 +00:00
Auto Generate Syntax Docs + JSONSchema [Tue Sep 14 13:33:29 UTC 2021] 🤖
This commit is contained in:
parent
518ba1ab39
commit
c73c6a9f62
@ -869,6 +869,8 @@ Valid values:
|
||||
- <code>TRACE</code>
|
||||
|
||||
- <code>PATCH</code>
|
||||
|
||||
- <code>PURGE</code>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
@ -207,6 +207,7 @@
|
||||
"size",
|
||||
"word",
|
||||
"regex",
|
||||
"binary",
|
||||
"dsl"
|
||||
],
|
||||
"type": "string",
|
||||
@ -615,7 +616,8 @@
|
||||
"CONNECT",
|
||||
"OPTIONS",
|
||||
"TRACE",
|
||||
"PATCH"
|
||||
"PATCH",
|
||||
"PURGE"
|
||||
],
|
||||
"type": "string",
|
||||
"title": "method is the http request method",
|
||||
|
||||
@ -339,6 +339,7 @@ func init() {
|
||||
"OPTIONS",
|
||||
"TRACE",
|
||||
"PATCH",
|
||||
"PURGE",
|
||||
}
|
||||
HTTPRequestDoc.Fields[9].Name = "body"
|
||||
HTTPRequestDoc.Fields[9].Type = "string"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user