diff --git a/README.md b/README.md index ba5d2c8..820ee01 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/http/client.c b/http/client.c new file mode 100644 index 0000000..e69de29 diff --git a/http/public/greetings.html b/http/public/greetings.html new file mode 100644 index 0000000..e69de29 diff --git a/http/public/index.html b/http/public/index.html new file mode 100644 index 0000000..e69de29 diff --git a/http/server.c b/http/server.c new file mode 100644 index 0000000..e69de29