1
0
Fork 0
mirror of https://github.com/edgurgel/httparrot synced 2025-04-05 08:12:31 -04:00

Update README.md

[ci skip]
This commit is contained in:
Eduardo Gurgel 2014-11-04 23:43:57 +13:00
parent 4b1d52d92d
commit d111158c15

View file

@ -39,6 +39,7 @@ HTTP server built on top of Cowboy using (mostly) `cowboy_rest` handlers to serv
## TODO
* [ ] /gzip Returns gzip-encoded data.
* [ ] /deflate Returns deflate-encoded data.
* [ ] /response-headers?key=val Returns given response headers.
* [ ] /digest-auth/:qop/:user/:passwd Challenges HTTP Digest Auth.