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 53cd167 commit d670b1bCopy full SHA for d670b1b
1 file changed
roadrunner/api/http/v2/response.proto
@@ -9,7 +9,8 @@ option php_metadata_namespace = "RoadRunner\\HTTP\\DTO\\V2\\GPBMetadata";
9
option php_namespace = "RoadRunner\\HTTP\\DTO\\V2";
10
11
message HttpHandlerResponse {
12
- int64 status = 1;
13
- bytes body = 2;
14
- map<string, HttpHeaderValue> headers = 3;
+ string id = 1;
+ int64 status = 2;
+ bytes body = 3;
15
+ map<string, HttpHeaderValue> headers = 4;
16
}
0 commit comments