1
0

Added unit test for parsing HTTP request.

This commit is contained in:
Mattes D
2016-01-03 16:07:53 +01:00
parent fea556ca1b
commit 1d05fc95ae
7 changed files with 230 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
HTTP/1.0 200 OK
Note: This is a test of a regular response with Content-Length set
(identity transfer encoding)
Note2: The above header also tests multi-line header lines
Header1: Value1
Header2: Value2
Content-Length: 3
bla