diff --git a/README.md b/README.md index 8228282..b8b4113 100644 --- a/README.md +++ b/README.md @@ -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.