Skip to content

Commit 826600e

Browse files
committed
chore: add body to the request
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
1 parent d670b1b commit 826600e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

roadrunner/api/http/v2/request.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ message HttpHandlerRequest {
2020
bool parsed = 9;
2121
bytes uploads = 10;
2222
map<string, HttpHeaderValue> attributes = 11;
23+
bytes body = 12;
2324
}
2425

2526
message HttpHandlerFetchRequest {

0 commit comments

Comments
 (0)