mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +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). |
||
---|---|---|
.. | ||
asterisk_h.erl | ||
compress_h.erl | ||
default_h.erl | ||
echo_h.erl | ||
hello_h.erl | ||
input_crash_h.erl | ||
long_polling_h.erl | ||
loop_handler_body_h.erl | ||
loop_handler_timeout_h.erl | ||
multipart_h.erl | ||
resp_h.erl | ||
stream_handler_h.erl | ||
ws_init_h.erl | ||
ws_terminate_h.erl |