0
Fork 0
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:
jdamanalo 2023-03-31 15:56:23 +08:00 committed by Loïc Hoguin
parent ffbcdf534c
commit 3ed1b24dd6
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
10 changed files with 680 additions and 1 deletions

View file

@ -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.