Skip to content

Commit 894bebb

Browse files
authored
enableContentNegotiation flag (#5)
* updating readme for new instructions * formatting * still strange formatting * more formatting * changing name of flag, will default to 'false' correctly
1 parent 59c902a commit 894bebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/proto/FunctionRpc.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,6 @@ message RpcHttp {
353353
map<string,string> params = 10;
354354
string status_code = 12;
355355
map<string,string> query = 15;
356-
bool is_raw = 16;
356+
bool enable_content_negotiation= 16;
357357
TypedData rawBody = 17;
358358
}

0 commit comments

Comments
 (0)