Skip to content

Instantly share code, notes, and snippets.

@salrashid123
Created August 26, 2017 20:19
Show Gist options
  • Save salrashid123/4cf7eae2cab4701bfb7a95ce7c54bc69 to your computer and use it in GitHub Desktop.
Save salrashid123/4cf7eae2cab4701bfb7a95ce7c54bc69 to your computer and use it in GitHub Desktop.
curl -v -k --raw -X POST --http2 \
-H "Content-Type: application/grpc" \
-H "TE: trailers" \
--data-binary @frame.bin \
https://main.esodemoapp2.com:50051/echo.EchoServer/SayHello \
-o resp.bin
nghttp -v -H ":method: POST" \
-H "Content-Type: application/grpc" \
-H "TE: trailers" \
--data=frame.bin \
https://main.esodemoapp2.com:50051/echo.EchoServer/SayHello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment