badreq_2path.headers 352 B

12345678910111213
  1. # headers used in badreq.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. :path: /foo/bah
  6. :scheme: http
  7. :method: POST
  8. :authority: localhost
  9. content-type: application/grpc
  10. grpc-accept-encoding: identity,deflate,gzip
  11. te: trailers
  12. user-agent: bad-client grpc-c/0.12.0.0 (linux)