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
postman apparently does not use JSON.stringify directly but automatically converts all buffers into a base64 object. Maybe I should also offer such a behavior
I have a grpc request:
This is a steam rpc request to envoy xds-server,its definition can be found here: https://github.com/envoyproxy/data-plane-api/blob/main/envoy/service/listener/v3/lds.proto
The response of this request:
When I use postman to request, it returns the following:
I tried decoding it with a script but I got gibberish:
console log:
How can I turn it into a readable json?
The text was updated successfully, but these errors were encountered: