From 79cf47d1cb179609de7de9d24895469faca8b91b Mon Sep 17 00:00:00 2001 From: Ramana Reddy Date: Tue, 5 Mar 2024 22:19:01 +0530 Subject: [PATCH] Make self-contained optional in http request --- pkg/protocols/http/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/protocols/http/http.go b/pkg/protocols/http/http.go index 1c9aba83c8..4796f33941 100644 --- a/pkg/protocols/http/http.go +++ b/pkg/protocols/http/http.go @@ -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