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 d670b1b commit 826600eCopy full SHA for 826600e
1 file changed
roadrunner/api/http/v2/request.proto
@@ -20,6 +20,7 @@ message HttpHandlerRequest {
20
bool parsed = 9;
21
bytes uploads = 10;
22
map<string, HttpHeaderValue> attributes = 11;
23
+ bytes body = 12;
24
}
25
26
message HttpHandlerFetchRequest {
0 commit comments