mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-22 23:35:28 +00:00
Auto Generate Syntax Docs + JSONSchema [Sun Jan 16 11:36:33 UTC 2022] 🤖
This commit is contained in:
parent
2ee27c87cf
commit
72e842885d
@ -2172,6 +2172,8 @@ Enum Values:
|
|||||||
- <code>PATCH</code>
|
- <code>PATCH</code>
|
||||||
|
|
||||||
- <code>PURGE</code>
|
- <code>PURGE</code>
|
||||||
|
|
||||||
|
- <code>Debug</code>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|||||||
@ -614,11 +614,12 @@
|
|||||||
"OPTIONS",
|
"OPTIONS",
|
||||||
"TRACE",
|
"TRACE",
|
||||||
"PATCH",
|
"PATCH",
|
||||||
"PURGE"
|
"PURGE",
|
||||||
|
"DEBUG"
|
||||||
],
|
],
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "method is the HTTP request method",
|
"title": "method is the HTTP request method",
|
||||||
"description": "Method is the HTTP Request Method,enum=GET,enum=HEAD,enum=POST,enum=PUT,enum=DELETE,enum=CONNECT,enum=OPTIONS,enum=TRACE,enum=PATCH,enum=PURGE"
|
"description": "Method is the HTTP Request Method,enum=GET,enum=HEAD,enum=POST,enum=PUT,enum=DELETE,enum=CONNECT,enum=OPTIONS,enum=TRACE,enum=PATCH,enum=PURGE,enum=DEBUG"
|
||||||
},
|
},
|
||||||
"http.Request": {
|
"http.Request": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|||||||
@ -922,6 +922,7 @@ func init() {
|
|||||||
"TRACE",
|
"TRACE",
|
||||||
"PATCH",
|
"PATCH",
|
||||||
"PURGE",
|
"PURGE",
|
||||||
|
"Debug",
|
||||||
}
|
}
|
||||||
|
|
||||||
SignatureTypeHolderDoc.Type = "SignatureTypeHolder"
|
SignatureTypeHolderDoc.Type = "SignatureTypeHolder"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user