Cowboy 2.3 focused on making the Cowboy processes behave properly according to OTP principles. This version is a very good milestone toward that goal and most of everything should now work. Release upgrades and a few details will be improved in future versions.
sys
. Note that Cowboy currently does not implement the sys
debugging mechanisms as tracing is recommended instead.
max_frame_size
option for Websocket handlers to close the connection when the client attempts to send a frame that's too large. It currently defaults to infinity
to avoid breaking existing code but will be changed in a future version.
infinity
as documented.
cowboy_http
should now be flushed.
Cookie: foo
.
cowboy_router:compile/1
as long as they are not the first character of the path segment.
cowboy_req:delete_resp_header/2
function will no longer crash when no response header was set before calling it.
Donate to Loïc Hoguin because his work on Cowboy, Ranch, Gun and Erlang.mk is fantastic:
Recurring payment options are also available via GitHub Sponsors. These funds are used to cover the recurring expenses like food, dedicated servers or domain names.