mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 08:35: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>TRACE</code>
|
||||||
|
|
||||||
- <code>PATCH</code>
|
- <code>PATCH</code>
|
||||||
|
|
||||||
|
- <code>PURGE</code>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|||||||
@ -207,6 +207,7 @@
|
|||||||
"size",
|
"size",
|
||||||
"word",
|
"word",
|
||||||
"regex",
|
"regex",
|
||||||
|
"binary",
|
||||||
"dsl"
|
"dsl"
|
||||||
],
|
],
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@ -615,7 +616,8 @@
|
|||||||
"CONNECT",
|
"CONNECT",
|
||||||
"OPTIONS",
|
"OPTIONS",
|
||||||
"TRACE",
|
"TRACE",
|
||||||
"PATCH"
|
"PATCH",
|
||||||
|
"PURGE"
|
||||||
],
|
],
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "method is the http request method",
|
"title": "method is the http request method",
|
||||||
|
|||||||
@ -339,6 +339,7 @@ func init() {
|
|||||||
"OPTIONS",
|
"OPTIONS",
|
||||||
"TRACE",
|
"TRACE",
|
||||||
"PATCH",
|
"PATCH",
|
||||||
|
"PURGE",
|
||||||
}
|
}
|
||||||
HTTPRequestDoc.Fields[9].Name = "body"
|
HTTPRequestDoc.Fields[9].Name = "body"
|
||||||
HTTPRequestDoc.Fields[9].Type = "string"
|
HTTPRequestDoc.Fields[9].Type = "string"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user