Skip to content

Commit f29fca0

Browse files
committed
feature: status and body for the response
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
1 parent 9a0788c commit f29fca0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

roadrunner/api/http/v2/response.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ option php_namespace = "RoadRunner\\HTTP\\DTO\\V2";
1010

1111
message HttpHandlerResponse {
1212
int64 status = 1;
13-
map<string, HttpHeaderValue> headers = 2;
13+
bytes body = 2;
14+
map<string, HttpHeaderValue> headers = 3;
1415
}

0 commit comments

Comments
 (0)