From 0a8beb26e9ef74a6993878a7a0fceab9b4a94de1 Mon Sep 17 00:00:00 2001 From: Ramana Reddy <90540245+RamanaReddy0M@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:40:12 +0530 Subject: [PATCH] Make self-contained optional in http request (#4838) --- 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 1c9aba83c..4796f3394 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