Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
This callback is called when an error occurs before the request (including headers, excluding body) was fully received. The init/3 callback will not be called. The callback receives the partial Req object (possibly empty), the reason for the error and the response command that the server will send. It allows you to be aware of the error and possibly modify the response before it is sent. | |||
2017-01-22 | Add experimental cowboy_compress_h stream handler | Loïc Hoguin | |
Currently marked as experimental because it can't be tweaked (just enabled/disabled) and because it is not documented yet. |