mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 18:15:28 +00:00
Make self-contained optional in http request (#4838)
This commit is contained in:
parent
02d4151110
commit
0a8beb26e9
@ -135,7 +135,7 @@ type Request struct {
|
||||
|
||||
// description: |
|
||||
// SelfContained specifies if the request is self-contained.
|
||||
SelfContained bool `yaml:"self-contained" json:"self-contained"`
|
||||
SelfContained bool `yaml:"self-contained,omitempty" json:"self-contained,omitempty"`
|
||||
|
||||
// description: |
|
||||
// Signature is the request signature method
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user