Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-22 | No need for relx in path for examples anymore | Loïc Hoguin | |
2013-10-14 | erlang.mk now has built-in support for relx | Loïc Hoguin | |
2013-09-09 | Fix the list of registered processes in the examples | Loïc Hoguin | |
2013-09-07 | Convert the compressed response example to a release | Loïc Hoguin | |
2013-09-04 | Make cowlib a proper dependency | Loïc Hoguin | |
Start moving a few functions from Cowboy into cowlib. | |||
2013-01-29 | Make examples use the new routing | Loïc Hoguin | |
2013-01-22 | Replace terminate/2 with terminate/3, adding a Reason | Loïc Hoguin | |
This should have been done a *long* time ago, back when I initially added Websocket support. This is the first part of two in improving loop handler support with regards to socket closure. Reason may include: {normal, shutdown} for the most normal shutdown, {normal, timeout} for a loop handler timeout shutdown, or {error, _} if an error occured. | |||
2013-01-07 | Add optional automatic response body compression | Loïc Hoguin | |
This behavior can be enabled with the `compress` protocol option. See the `compress_response` example for more details. All tests are now ran with and without compression for both HTTP and HTTPS. |