package cloudrobotics.http_relay.v1alpha1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message HttpHeader

http_over_rpc.proto:24

Used in: HttpRequest, HttpResponse

message HttpRequest

http_over_rpc.proto:29

message HttpResponse

http_over_rpc.proto:42

Each HttpRequest may generate a stream of multiple HTTP responses with the same id. The first response in the stream must contain status_code and header, and only the last response in the stream must have eof set to true. It's legal to send just one message with the entire response.