0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
cowboy/src
Loïc Hoguin 228cebaf04 Add rfc7230 test suite and update others to recent Gun
This is a large commit.

The rfc7230 test suite adds many tests from the RFC7230 document.

Gun has been updated quite a bit recently, which broke the Cowboy
suites. This is now fixed with this commit.

A new hook onfirstrequest has been added. It was very useful during
debugging of the test suites.

The initial process code has changed a little; more changes are
expected with the switch to maps for options.
2015-05-05 19:59:37 +03:00
..
cowboy.app.src Update erlang.mk 2014-11-07 14:25:34 +02:00
cowboy.erl Remove the onrequest hook 2014-09-24 14:39:17 +03:00
cowboy_app.erl Add +warn_missing_spec and fix specs 2014-03-27 11:30:44 +01:00
cowboy_bstr.erl Remove outdated comments, all edoc, plus a few minor tweaks 2014-03-26 19:05:59 +01:00
cowboy_clock.erl Drop R15 support 2014-07-12 14:19:29 +02:00
cowboy_constraints.erl Breaking update of the cowboy_req interface 2014-09-23 16:43:29 +03:00
cowboy_handler.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
cowboy_loop.erl Rename 'shutdown' close reason and tuples to 'stop' 2014-11-07 19:22:36 +02:00
cowboy_middleware.erl Rename 'halt' to 'stop' for better consistency 2014-11-07 20:19:05 +02:00
cowboy_protocol.erl Add rfc7230 test suite and update others to recent Gun 2015-05-05 19:59:37 +03:00
cowboy_req.erl Do not send empty chunks 2015-02-16 19:49:01 +01:00
cowboy_rest.erl Use cowlib for parsing headers; remove cowboy_http 2015-02-04 16:18:28 +01:00
cowboy_router.erl Add a test with host ending in a dot in the router 2015-02-01 19:34:10 +01:00
cowboy_spdy.erl Merge branch 'add_spdy_record_field_type' of https://github.com/sile/cowboy 2015-02-16 18:09:43 +01:00
cowboy_static.erl Replace some /binary to /bits in binary pattern matching 2014-10-03 18:25:29 +03:00
cowboy_sub_protocol.erl Rename 'halt' to 'stop' for better consistency 2014-11-07 20:19:05 +02:00
cowboy_sup.erl Add +warn_missing_spec and fix specs 2014-03-27 11:30:44 +01:00
cowboy_websocket.erl Update Cowlib to 1.2.0; adds Websocket permessage-deflate 2015-03-06 01:56:30 +01:00