Make self-contained optional in http request (#4838)

This commit is contained in:
Ramana Reddy 2024-03-05 22:40:12 +05:30 committed by GitHub
parent 02d4151110
commit 0a8beb26e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -135,7 +135,7 @@ type Request struct {
// description: | // description: |
// SelfContained specifies if the request is self-contained. // 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: | // description: |
// Signature is the request signature method // Signature is the request signature method