diff options
Diffstat (limited to 'test/files/06-uri-normal.t')
-rw-r--r-- | test/files/06-uri-normal.t | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/files/06-uri-normal.t b/test/files/06-uri-normal.t new file mode 100644 index 0000000..78a138c --- /dev/null +++ b/test/files/06-uri-normal.t @@ -0,0 +1,9 @@ +>>>
+GET http://username:password@www.example.com:8080/sub/folder/file.jsp?p=q#f HTTP/1.0
+
+
+<<<
+HTTP/1.0 200 OK
+Content-Length: 12
+
+Hello World!
\ No newline at end of file |