mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2026-02-02 16:53:08 +08:00
Make self-contained optional in http request (#4838)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user