Add initial http structure

This commit is contained in:
Ivaylo Ivanov 2018-10-22 08:55:15 +02:00
parent c564873ed9
commit 7765c6964a
5 changed files with 1 additions and 0 deletions

View File

@ -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:
* 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.

0
http/client.c Normal file
View File

View File

0
http/public/index.html Normal file
View File

0
http/server.c Normal file
View File