aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Hawke <paul.hawke@gmail.com>2013-05-11 19:48:02 -0400
committerPaul Hawke <paul.hawke@gmail.com>2013-05-11 19:48:02 -0400
commit1e602b9db3da0cdca898615cffdc0b17f7469381 (patch)
tree1d122b2953d7f53aa8852c0793b153a51ed68b4a /README.md
parent4670a91ac00eca3b08010c624aa1658f6b5f4e03 (diff)
downloadnanohttpd-1e602b9db3da0cdca898615cffdc0b17f7469381.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7943da5..21b88aa 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,9 @@
* 2 "flavors" - one strictly Java 1.1 compatible, one at "current" standards.
* Released as open source, free software, under a Modified BSD licence.
* No fixed config files, logging, authorization etc. (Implement by yourself if you need them.)
-* Supports parameter parsing of GET and POST methods (+ rudimentary PUT support in 1.25)
+* Supports parameter parsing of GET and POST methods
+* Rudimentary PUT support (added in 1.25)
+* Support for HEAD requests
* Parameter names must be unique, with a helper method to extract multi-value parameters if needed.
* Supports file upload (since version 1.2, 2010)
* Never caches anything.