0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 20:50:24 +00:00
cowboy/test/http_SUITE_data
Loïc Hoguin 999dc5b7c1 Rename 'halt' to 'stop' for better consistency
Now everywhere in Cowboy when we want to stop something we return
a 'stop' tuple instead of one of the many choices depending on
context that we had before.

This particular change affects middlewares, sub protocols and
REST handlers which were using 'halt' to stop processing.
2014-11-07 20:19:05 +02:00
..
http_body_qs.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
http_chunked.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
http_echo_body.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
http_errors.erl Reverse the order of arguments of match_* functions 2014-10-04 13:21:16 +03:00
http_handler.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
http_loop_stream_recv.erl Rename 'shutdown' close reason and tuples to 'stop' 2014-11-07 19:22:36 +02:00
http_multipart.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
http_multipart_stream.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
http_req_attr.erl Reverse the order of arguments of match_* functions 2014-10-04 13:21:16 +03:00
http_set_resp.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
http_stream_body.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
http_streamed.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
rest_empty_resource.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
rest_expires.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
rest_expires_binary.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
rest_forbidden_resource.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
rest_missing_callbacks.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
rest_nodelete_resource.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
rest_param_all.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
rest_patch_resource.erl Rename 'halt' to 'stop' for better consistency 2014-11-07 20:19:05 +02:00
rest_post_charset_resource.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
rest_postonly_resource.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00
rest_resource_etags.erl Reverse the order of arguments of match_* functions 2014-10-04 13:21:16 +03:00
rest_simple_resource.erl Improve handler interface and documentation 2014-09-30 20:12:13 +03:00