mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 23:25:27 +00:00
Auto Generate Syntax Docs + JSONSchema [Mon Feb 6 23:25:05 UTC 2023] 🤖
This commit is contained in:
parent
10dd4d7540
commit
afe2114d58
@ -2268,7 +2268,7 @@ Enum Values:
|
|||||||
|
|
||||||
- <code>GET</code>
|
- <code>GET</code>
|
||||||
|
|
||||||
- <code>GET</code>
|
- <code>HEAD</code>
|
||||||
|
|
||||||
- <code>POST</code>
|
- <code>POST</code>
|
||||||
|
|
||||||
|
|||||||
@ -965,7 +965,7 @@ func init() {
|
|||||||
HTTPMethodTypeHolderDoc.Fields[0].Comments[encoder.LineComment] = ""
|
HTTPMethodTypeHolderDoc.Fields[0].Comments[encoder.LineComment] = ""
|
||||||
HTTPMethodTypeHolderDoc.Fields[0].EnumFields = []string{
|
HTTPMethodTypeHolderDoc.Fields[0].EnumFields = []string{
|
||||||
"GET",
|
"GET",
|
||||||
"GET",
|
"HEAD",
|
||||||
"POST",
|
"POST",
|
||||||
"PUT",
|
"PUT",
|
||||||
"DELETE",
|
"DELETE",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user