We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db40c8 commit eb8abdbCopy full SHA for eb8abdb
src/proto/FunctionRpc.proto
@@ -484,4 +484,7 @@ message RpcHttp {
484
TypedData rawBody = 17;
485
repeated RpcClaimsIdentity identities = 18;
486
repeated RpcHttpCookie cookies = 19;
487
+ map<string,NullableString> nullable_headers = 20;
488
+ map<string,NullableString> nullable_params = 21;
489
+ map<string,NullableString> nullable_query = 22;
490
}
0 commit comments