mirror of https://github.com/grpc/grpc.git
Merge pull request #4359 from ctiller/make_a_slightly_unusual_request
Make a slightly unusual requestpull/4365/head
commit
ab4f2b1a53
3 changed files with 32 additions and 2 deletions
@ -0,0 +1,13 @@ |
|||||||
|
# headers used in simple_request.c |
||||||
|
# use tools/codegen/core/gen_header_frame.py to generate the binary strings |
||||||
|
# contained in the source code |
||||||
|
:path: /foo/bar |
||||||
|
:scheme: http |
||||||
|
:method: POST |
||||||
|
host: localhost |
||||||
|
content-type: application/grpc+this-is-valid |
||||||
|
grpc-accept-encoding: deflate,identity,gzip |
||||||
|
te: trailers |
||||||
|
user-agent: bad-client grpc-c/0.12.0.0 (linux) |
||||||
|
grpc-timeout: 10S |
||||||
|
grpc-timeout: 5S |
Loading…
Reference in new issue