aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client/tests/badreq_content_type.headers
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/bad_client/tests/badreq_content_type.headers')
-rw-r--r--test/core/bad_client/tests/badreq_content_type.headers11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/core/bad_client/tests/badreq_content_type.headers b/test/core/bad_client/tests/badreq_content_type.headers
new file mode 100644
index 0000000000..ed8d798f19
--- /dev/null
+++ b/test/core/bad_client/tests/badreq_content_type.headers
@@ -0,0 +1,11 @@
+# headers used in badreq.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: text/html
+grpc-accept-encoding: identity,deflate,gzip
+te: trailers
+user-agent: bad-client grpc-c/0.12.0.0 (linux)