mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 12:40:25 +00:00
Add cowboy_decompress_h stream handler
This commit is contained in:
parent
ffbcdf534c
commit
3ed1b24dd6
10 changed files with 680 additions and 1 deletions
|
@ -65,6 +65,11 @@ automatically compress responses when possible. It is not
|
|||
enabled by default. It is a good example for writing your
|
||||
own handlers that will modify responses.
|
||||
|
||||
link:man:cowboy_decompress_h(3)[cowboy_decompress_h] will
|
||||
automatically decompress requests when possible. It is not
|
||||
enabled by default. It is a good example for writing your
|
||||
own handlers that will modify requests.
|
||||
|
||||
link:man:cowboy_metrics_h(3)[cowboy_metrics_h] gathers
|
||||
metrics about a stream then passes them to a configurable
|
||||
function. It is not enabled by default.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue