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 980342f73c Make loop handlers work with SPDY
Adds a loop_handler test suite that runs all tests under HTTP, HTTPS,
SPDY each with and without the compress option enabled.

Fixes output filtering that used to filter more than it should have.
This forces us to parse the string sent by the emulator, which means
it's probably not perfect yet. But it should at least not hide errors
we want to see.

Fix a crash in the output filtering code that entirely disabled
output. Now when there is a crash the normal tty output is restored.

Handlers are now in test/handlers/ as they can be reused between
suites.

Only generate a single certificate for the whole ct run to speed
things up when we got many different test groups each needing
certificates.
2014-04-26 13:46:55 +02:00
..
http_body_qs.erl Fix value for header content-encoding in a test 2013-09-09 16:28:37 +02:00
http_chunked.erl Reorganize the http test suite 2013-04-24 20:28:44 +02:00
http_echo_body.erl Reorganize the http test suite 2013-04-24 20:28:44 +02:00
http_errors.erl Silence expected test error reports from the console output 2014-04-21 21:24:43 +02:00
http_handler.erl Reorganize the http test suite 2013-04-24 20:28:44 +02:00
http_init_shutdown.erl Reorganize the http test suite 2013-04-24 20:28:44 +02:00
http_loop_stream_recv.erl Remove cowboy_client; use gun for the HTTP test suite 2014-03-24 14:25:09 +01:00
http_multipart.erl Add and document the new multipart code 2014-02-06 19:36:25 +01:00
http_multipart_stream.erl Add and document the new multipart code 2014-02-06 19:36:25 +01:00
http_req_attr.erl add some tests for Host header parser 2013-09-03 02:59:12 +09:00
http_set_resp.erl Reorganize the http test suite 2013-04-24 20:28:44 +02:00
http_stream_body.erl Add chunked response body fun 2013-04-26 21:02:10 +01:00
http_streamed.erl Add a workaround to disable chunked transfer-encoding 2013-11-08 21:56:37 +01:00
rest_empty_resource.erl Reorganize the http test suite 2013-04-24 20:28:44 +02:00
rest_expires.erl Reorganize the http test suite 2013-04-24 20:28:44 +02:00
rest_forbidden_resource.erl Make the return value of AcceptResource callback consistent 2013-05-16 15:14:11 +02:00
rest_missing_callbacks.erl Silence expected test error reports from the console output 2014-04-21 21:24:43 +02:00
rest_nodelete_resource.erl Reorganize the http test suite 2013-04-24 20:28:44 +02:00
rest_param_all.erl Reorganize the http test suite 2013-04-24 20:28:44 +02:00
rest_patch_resource.erl Reorganize the http test suite 2013-04-24 20:28:44 +02:00
rest_post_charset_resource.erl In content-types, the charset parameter is converted to lowercase 2013-05-31 18:38:43 +02:00
rest_postonly_resource.erl Move a test resource where it belongs 2013-04-26 17:34:24 +02:00
rest_resource_etags.erl Silence expected test error reports from the console output 2014-04-21 21:24:43 +02:00
rest_simple_resource.erl Reorganize the http test suite 2013-04-24 20:28:44 +02:00