mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
![]() The 100 continue response will only be sent if the client has not sent the body yet (at all), if the connection is HTTP/1.1 or above and if the user has not sent it yet. The 100 continue response is sent when the user calls read_body and it is cowboy_stream_h's responsibility to send it. This means projects that don't use the cowboy_stream_h stream handler will need to handle the expect header themselves (but that's okay because they might have different considerations than normal Cowboy). |
||
---|---|---|
.. | ||
handlers | ||
http_SUITE_data | ||
static_handler_SUITE_data | ||
ws_SUITE_data | ||
compress_SUITE.erl | ||
cover.spec | ||
cowboy_ct_hook.erl | ||
cowboy_test.erl | ||
examples_SUITE.erl | ||
h2spec_SUITE.erl | ||
http2_SUITE.erl | ||
http_SUITE.erl | ||
loop_handler_SUITE.erl | ||
metrics_SUITE.erl | ||
misc_SUITE.erl | ||
req_SUITE.erl | ||
rfc7230_SUITE.erl | ||
rfc7540_SUITE.erl | ||
static_handler_SUITE.erl | ||
stream_handler_SUITE.erl | ||
tracer_SUITE.erl | ||
ws_SUITE.erl |