still working on cgi handling in http server
This commit is contained in:
13
mio/t/t1.txt
Normal file
13
mio/t/t1.txt
Normal file
@ -0,0 +1,13 @@
|
||||
POST /home/hyung-hwan/projects/mio/t/b.sh HTTP/1.1
|
||||
Host: abc.txt
|
||||
Content-Type: text/plain
|
||||
Transfer-Encoding: chunked
|
||||
|
||||
7
|
||||
Mozilla
|
||||
9
|
||||
Developer
|
||||
7
|
||||
Network
|
||||
0
|
||||
|
15
mio/t/t2.txt
Normal file
15
mio/t/t2.txt
Normal file
@ -0,0 +1,15 @@
|
||||
GET /home/hyung-hwan/projects/mio/t/b.sh HTTP/1.1
|
||||
Host: abc.txt
|
||||
Transfer-Encoding: chunked
|
||||
Connection: close
|
||||
Trailer: Content-Type
|
||||
|
||||
7
|
||||
Mozilla
|
||||
9
|
||||
Developer
|
||||
7
|
||||
Network
|
||||
0
|
||||
Content-Type: text/plain
|
||||
|
13
mio/t/t3.txt
Normal file
13
mio/t/t3.txt
Normal file
@ -0,0 +1,13 @@
|
||||
POST /home/hyung-hwan/projects/mio/t/b.sh HTTP/1.0
|
||||
Host: abc.txt
|
||||
Content-Type: text/plain
|
||||
Transfer-Encoding: chunked
|
||||
|
||||
7
|
||||
Mozilla
|
||||
9
|
||||
Developer
|
||||
7
|
||||
Network
|
||||
0
|
||||
|
Reference in New Issue
Block a user