index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
improve-dynamic_buffer
master
Small, fast, modern HTTP server for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cowboy_compress_h.erl
Age
Commit message (
Expand
)
Author
2025-02-17
Remove copyright years from all files except LICENSE
Loïc Hoguin
2024-01-25
Refresh copyright lines
Loïc Hoguin
2024-01-08
Always add vary: accept-encoding in cowboy_compress_h
Loïc Hoguin
2024-01-05
Don't automatically compress when response has etag
Loïc Hoguin
2019-12-31
Ignore malformed accept-encoding headers in cowboy_compress_h
Marcos Ferreira
2019-10-04
Make cowboy_compress_h add vary: accept-encoding
Loïc Hoguin
2018-11-16
Ensure unknown options are ignored in set_options command
Loïc Hoguin
2018-11-15
Add the set_options stream handler command
Loïc Hoguin
2018-11-15
Add a compress_buffering option to cowboy_compress_h
Loïc Hoguin
2018-11-09
Add sendfile support to cowboy_req:stream_body
Loïc Hoguin
2018-10-31
Add compress_threshold protocol option
Steve Domin
2017-12-08
Add the few remaining tests to the rfc7231 test suite
Loïc Hoguin
2017-11-20
Fix compression when trailers are sent
Loïc Hoguin
2017-03-27
Add the early_error cowboy_stream callback
Loïc Hoguin
2017-01-22
Add experimental cowboy_compress_h stream handler
Loïc Hoguin