0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 04:30:25 +00:00

Document cowboy_stream_h/cowboy_compress_h

This commit is contained in:
Loïc Hoguin 2018-11-18 23:03:30 +01:00
parent 8d6d78575f
commit 6cc3b0ccca
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
7 changed files with 153 additions and 99 deletions

View file

@ -24,6 +24,9 @@ experimental.
data in order to compress them. This is the case for
gzip compression.
* The stream handlers `cowboy_stream_h` and
`cowboy_compress_h` are now documented.
* Add the `chunked` option to allow disabling chunked
transfer-encoding for HTTP/1.1 connections.