Add initial http structure
This commit is contained in:
parent
c564873ed9
commit
7765c6964a
@ -2,5 +2,6 @@ This project contains some basic UNIX command line tools I had to do for TU.
|
|||||||
|
|
||||||
Currently the toolset is ther following:
|
Currently the toolset is ther following:
|
||||||
* mygrep - a simplified version of grep
|
* mygrep - a simplified version of grep
|
||||||
|
* http - an implementation of HTTP 1.1 client and server
|
||||||
|
|
||||||
Feel free to read the descriptions for each tool.
|
Feel free to read the descriptions for each tool.
|
0
http/client.c
Normal file
0
http/client.c
Normal file
0
http/public/greetings.html
Normal file
0
http/public/greetings.html
Normal file
0
http/public/index.html
Normal file
0
http/public/index.html
Normal file
0
http/server.c
Normal file
0
http/server.c
Normal file
Reference in New Issue
Block a user