0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 04:30:25 +00:00
cowboy/test/http_SUITE_data
Loïc Hoguin 917cf99e10 Add and document the new multipart code
The old undocumented API is removed entirely.

While a documentation exists for the new API, it will not
be considered set in stone until further testing has been
performed, and a file upload example has been added.

The new API should be a little more efficient than the
old API, especially with smaller messages.
2014-02-06 19:36:25 +01: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 Reorganize the http test suite 2013-04-24 20:28:44 +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_long_polling.erl Reorganize the http test suite 2013-04-24 20:28:44 +02:00
http_loop_recv.erl Reorganize the http test suite 2013-04-24 20:28:44 +02:00
http_loop_stream_recv.erl Fix loop handler keepalive race condition 2013-11-18 23:19:37 +00:00
http_loop_timeout.erl Reorganize the http test suite 2013-04-24 20:28:44 +02: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 Reorganize the http test suite 2013-04-24 20:28:44 +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 Reorganize the http test suite 2013-04-24 20:28:44 +02:00
rest_simple_resource.erl Reorganize the http test suite 2013-04-24 20:28:44 +02:00