Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-07 | Add support for range requests (RFC7233) in cowboy_rest | Loïc Hoguin | |
This is currently undocumented but is planned to be documented in the next version. | |||
2018-11-05 | Test stop against all relevant REST callbacks | Loïc Hoguin | |
2018-11-05 | Test switch_handler against all relevant REST callbacks | Loïc Hoguin | |
2017-11-01 | Add {switch_handler, Module} return value to cowboy_rest | Loïc Hoguin | |
Also {switch_handler, Module, Opts}. Allows switching to a different handler type. This is particularly useful for processing most of the request with cowboy_rest and then streaming the response body using cowboy_loop. |