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 9a0788c commit f29fca0Copy full SHA for f29fca0
1 file changed
roadrunner/api/http/v2/response.proto
@@ -10,5 +10,6 @@ option php_namespace = "RoadRunner\\HTTP\\DTO\\V2";
10
11
message HttpHandlerResponse {
12
int64 status = 1;
13
- map<string, HttpHeaderValue> headers = 2;
+ bytes body = 2;
14
+ map<string, HttpHeaderValue> headers = 3;
15
}
0 commit comments