Skip to content

Commit eb8abdb

Browse files
authored
Add nullable properties (#50)
1 parent 8db40c8 commit eb8abdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/proto/FunctionRpc.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,4 +484,7 @@ message RpcHttp {
484484
TypedData rawBody = 17;
485485
repeated RpcClaimsIdentity identities = 18;
486486
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;
487490
}

0 commit comments

Comments
 (0)