Browse Source

Initial commit

release0.1.5
Georg Hopp 13 years ago
commit
89e4038693
  1. 17
      .gitignore
  2. 4
      README.md

17
.gitignore

@ -0,0 +1,17 @@
# Object files
*.o
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app

4
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.
Loading…
Cancel
Save