mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 05:00:24 +00:00
![]() This is an undocumented workaround to disable chunks when using HTTP/1.1. It can be used when the client advertises itself as HTTP/1.1 despite not understanding the chunked transfer-encoding. Usage can be found looking at the test for it. When activated, Cowboy will still advertise itself as HTTP/1.1, but will send the body the same way it would if it was HTTP/1.0. |
||
---|---|---|
.. | ||
http_body_qs.erl | ||
http_chunked.erl | ||
http_echo_body.erl | ||
http_errors.erl | ||
http_handler.erl | ||
http_init_shutdown.erl | ||
http_long_polling.erl | ||
http_loop_recv.erl | ||
http_loop_timeout.erl | ||
http_multipart.erl | ||
http_req_attr.erl | ||
http_set_resp.erl | ||
http_stream_body.erl | ||
http_streamed.erl | ||
rest_empty_resource.erl | ||
rest_expires.erl | ||
rest_forbidden_resource.erl | ||
rest_missing_callbacks.erl | ||
rest_nodelete_resource.erl | ||
rest_param_all.erl | ||
rest_patch_resource.erl | ||
rest_post_charset_resource.erl | ||
rest_postonly_resource.erl | ||
rest_resource_etags.erl | ||
rest_simple_resource.erl |