commit 89e40386932f0c5a154b302b8824d1bf212d3f26 Author: Georg Hopp Date: Sat Mar 16 12:49:32 2013 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0331bbb --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Object files +*.o + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app diff --git a/README.md b/README.md new file mode 100644 index 0000000..64e0d68 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +libHttpServer +============= + +This is a partly finished implementation of HTTP/1.1. It is especially intendet to write C only REST server, well, at least thats the idea. \ No newline at end of file