mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-21 14:45:26 +00:00
Update http.go
typo fix
This commit is contained in:
parent
2aee208050
commit
115f6d1b52
@ -143,7 +143,7 @@ type Request struct {
|
||||
// description: |
|
||||
// Pipeline defines if the attack should be performed with HTTP 1.1 Pipelining
|
||||
//
|
||||
// All requests must be indempotent (GET/POST). This can be used for race conditions/billions requests.
|
||||
// All requests must be idempotent (GET/POST). This can be used for race conditions/billions requests.
|
||||
Pipeline bool `yaml:"pipeline,omitempty" jsonschema:"title=perform HTTP 1.1 pipelining,description=Pipeline defines if the attack should be performed with HTTP 1.1 Pipelining"`
|
||||
// description: |
|
||||
// Unsafe specifies whether to use rawhttp engine for sending Non RFC-Compliant requests.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user