simple_request.headers 344 B

123456789101112
  1. # headers used in simple_request.c
  2. # use tools/codegen/core/gen_header_frame.py to generate the binary strings
  3. # contained in the source code
  4. :path: /foo/bar
  5. :scheme: http
  6. :method: POST
  7. :authority: localhost
  8. content-type: application/grpc
  9. grpc-accept-encoding: identity,deflate,gzip
  10. te: trailers
  11. user-agent: bad-client grpc-c/0.12.0.0 (linux)