From 2a2bee9c22d32704097d8fc45c5dabf5cdfb6406 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 9 Dec 2015 08:32:58 -0800 Subject: Basic server request bad_client template --- test/core/bad_client/tests/simple_request.headers | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/core/bad_client/tests/simple_request.headers (limited to 'test/core/bad_client/tests/simple_request.headers') diff --git a/test/core/bad_client/tests/simple_request.headers b/test/core/bad_client/tests/simple_request.headers new file mode 100644 index 0000000000..691fac161a --- /dev/null +++ b/test/core/bad_client/tests/simple_request.headers @@ -0,0 +1,12 @@ +# 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 +:authority: localhost +content-type: application/grpc +grpc-accept-encoding: identity,deflate,gzip +te: trailers +user-agent: bad-client grpc-c/0.12.0.0 (linux) + -- cgit v1.2.3