meta data files
2 files changed
tree: 32e890536af470668b2bb8d10e67a1fccd3f5d39
  1. .idea/
  2. src/
  3. .classpath
  4. .gitignore
  5. .project
  6. file-upload-test.htm
  7. nanohttpd.iml
  8. README.md
README.md

NanoHTTPD

Fork of the original tiny, easily embeddable HTTP server in Java. Whereas the original was written and maintained at the JDK 1.1 level, this fork aims to bring the code up to JDK 5 (Generics, Map/List vs Hashtable/Vector, Iterator vs Enumerator, etc).

Modified BSD licence.

Original Project website is at: http://iki.fi/elonen/code/nanohttpd/