summaryrefslogtreecommitdiff
path: root/test/syntax/code/http
diff options
context:
space:
mode:
Diffstat (limited to 'test/syntax/code/http')
-rw-r--r--test/syntax/code/http6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/syntax/code/http b/test/syntax/code/http
new file mode 100644
index 00000000..34631a1d
--- /dev/null
+++ b/test/syntax/code/http
@@ -0,0 +1,6 @@
+POST /task?id=1 HTTP/1.1
+Host: example.org
+Content-Type: application/json; charset=utf-8
+Content-Length: 19
+
+{"status": "ok", "extended": true}