You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be cool to provide encoded protobuf support in addition to JSON from the endpoints generated by grpc-gateway. This can be done by switching on the incoming request's content type as is done in MarshalResponse and UnmarshalRequest in https://github.com/cockroachdb/cockroach/blob/master/util/http.go
The text was updated successfully, but these errors were encountered:
It'd be cool to provide encoded protobuf support in addition to JSON from the endpoints generated by grpc-gateway. This can be done by switching on the incoming request's content type as is done in
MarshalResponse
andUnmarshalRequest
in https://github.com/cockroachdb/cockroach/blob/master/util/http.goThe text was updated successfully, but these errors were encountered: