0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/test
Loïc Hoguin 3c10d54883 Removal of binary:split from cowboy_dispatcher and small optimizations
The internal host_tokens value now has host tokens in reverse order
compared to before. This allows us to remove one lists:reverse call.
2012-09-24 04:53:12 +02:00
..
autobahn_SUITE_data Update autobahn suite to use autobahntestsuite 2012-04-06 17:53:53 +02:00
http_SUITE_data Initial work on a ct test suite for the HTTP protocol. 2011-04-08 16:30:37 +02:00
autobahn_SUITE.erl Switch to Ranch for connection handling 2012-08-27 11:50:35 +02:00
chunked_handler.erl Rename cowboy_http_req to cowboy_req 2012-08-27 13:28:57 +02:00
dispatcher_prop.erl Removal of binary:split from cowboy_dispatcher and small optimizations 2012-09-24 04:53:12 +02:00
http_handler.erl Rename cowboy_http_req to cowboy_req 2012-08-27 13:28:57 +02:00
http_handler_echo_body.erl Rename cowboy_http_req to cowboy_req 2012-08-27 13:28:57 +02:00
http_handler_errors.erl Rename cowboy_http_req to cowboy_req 2012-08-27 13:28:57 +02:00
http_handler_init_shutdown.erl Don't use decode_packet/3 for parsing the headers 2012-09-21 09:18:56 +02:00
http_handler_long_polling.erl Rename cowboy_http_req to cowboy_req 2012-08-27 13:28:57 +02:00
http_handler_loop_timeout.erl Rename cowboy_http_req to cowboy_req 2012-08-27 13:28:57 +02:00
http_handler_multipart.erl Improve consistency of return types for cowboy_req API 2012-09-17 13:56:58 +02:00
http_handler_set_resp.erl Don't use decode_packet/3 for parsing the headers 2012-09-21 09:18:56 +02:00
http_handler_stream_body.erl Improve consistency of return types for cowboy_req API 2012-09-17 13:56:58 +02:00
http_SUITE.erl Make multipart part headers binary lowercase 2012-09-21 13:07:51 +02:00
proper_SUITE.erl Update version to 0.6.0 2012-05-23 14:53:48 +02:00
rest_forbidden_resource.erl Don't use decode_packet/3 for parsing the request-line 2012-09-21 08:54:57 +02:00
rest_nodelete_resource.erl Don't use decode_packet/3 for parsing the request-line 2012-09-21 08:54:57 +02:00
rest_resource_etags.erl Rename cowboy_http_rest to cowboy_rest 2012-08-27 13:39:59 +02:00
rest_simple_resource.erl Rename cowboy_http_rest to cowboy_rest 2012-08-27 13:39:59 +02:00
websocket_echo_handler.erl Rename cowboy_http_websocket to cowboy_websocket 2012-08-27 14:00:28 +02:00
websocket_handler.erl Rename cowboy_http_websocket to cowboy_websocket 2012-08-27 14:00:28 +02:00
websocket_handler_init_shutdown.erl Rename cowboy_http_websocket to cowboy_websocket 2012-08-27 14:00:28 +02:00
ws_SUITE.erl Switch to Ranch for connection handling 2012-08-27 11:50:35 +02:00
ws_timeout_hibernate_handler.erl Rename cowboy_http_websocket to cowboy_websocket 2012-08-27 14:00:28 +02:00