diff --git a/pkg/stdlib/pkgs/http.cue b/pkg/stdlib/pkgs/http.cue index e18dc69cb..5810d35b5 100644 --- a/pkg/stdlib/pkgs/http.cue +++ b/pkg/stdlib/pkgs/http.cue @@ -8,12 +8,15 @@ body: string header: [string]: string trailer: [string]: string + ... } tls_config?: secret: string response: { body: string header?: [string]: [...string] trailer?: [string]: [...string] + statusCode: number + ... } ... }