diff options
Diffstat (limited to 'test/files/19-urlencoded-test.t')
-rw-r--r-- | test/files/19-urlencoded-test.t | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/files/19-urlencoded-test.t b/test/files/19-urlencoded-test.t new file mode 100644 index 0000000..21d7f27 --- /dev/null +++ b/test/files/19-urlencoded-test.t @@ -0,0 +1,15 @@ +>>>
+POST /?p=1&q=2 HTTP/1.0
+Content-Type: application/x-www-form-urlencoded
+Content-Length: 11
+
+p=3&q=4&z=5
+<<<
+HTTP/1.0 200 OK
+Date: Mon, 31 Aug 2009 20:25:50 GMT
+Server: Apache
+Connection: close
+Content-Type: text/html
+Content-Length: 12
+
+Hello World!
\ No newline at end of file |