index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
master
Small, fast, modern HTTP server for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
handlers
Age
Commit message (
Expand
)
Author
2025-02-11
Improve the set_resp_headers_list test
Loïc Hoguin
2025-02-11
Add support for lists in cowboy_req:set_resp_headers
Loïc Hoguin
2025-02-09
Detect invalid content_types_provided return values earlier
Loïc Hoguin
2025-02-08
Properly handle external exits of request processes
Loïc Hoguin
2025-02-05
Implement dynamic socket buffer sizes
Loïc Hoguin
2025-01-24
Add initial http_perf_SUITE
Loïc Hoguin
2025-01-16
Websocket: Allow setting the max_frame_size option dynamically
Loïc Hoguin
2024-03-26
Initial HTTP/3 implementation
http3
Loïc Hoguin
2024-01-23
Fix match_qs with constraints when key is not present
geeksilva97
2024-01-16
REST: Allow generate_etag to return undefined
Loïc Hoguin
2024-01-16
Confirm Websocket pong frames are received by handlers
Loïc Hoguin
2024-01-15
Reject responses with explicit set-cookie header
geeksilva97
2024-01-09
Better error message when trying to reply twice
Loïc Hoguin
2024-01-09
Improve the error when trying to send a 204/304 with a body
Loïc Hoguin
2024-01-08
Document body reading in auto mode
Loïc Hoguin
2024-01-08
Ensure HTTP/1.1 Websocket resets the trap_exit flag
Loïc Hoguin
2024-01-05
Don't automatically compress when response has etag
Loïc Hoguin
2024-01-04
Rework and improve the decompress stream handler
Loïc Hoguin
2023-12-21
Add cowboy_decompress_h stream handler
jdamanalo
2023-12-21
Optionally reset the idle timeout when sending data
Robert J. Macomber
2023-12-15
Increase loop_handler_timeout timeouts
Loïc Hoguin
2023-12-15
Add timeout to cowboy_loop
jdamanalo
2023-12-14
Change send_timeout_close test to accomodate macOS
Loïc Hoguin
2023-12-12
Handle socket errors in HTTP/1.1 and HTTP/2
Loïc Hoguin
2023-12-12
Add test for send_timeout_close
Sergei Shuvatov
2020-11-27
AcceptCallback may now return created/see_other tuples for POST
Martin Björklund
2020-11-27
Graceful shutdown
Viktor Söderqvist
2020-05-20
204 and 304 responses must not include a body
Loïc Hoguin
2020-02-07
Fix HTTP/1.1 bug when a flow command is returned after fin
Loïc Hoguin
2020-02-05
Add a test confirming push requests have no body
Loïc Hoguin
2019-12-31
Test trailers bug when there are data frames in queue
Tony Han
2019-10-10
Add shutdown_reason Websocket command
Loïc Hoguin
2019-10-07
Add cowboy_req:cast/2
Loïc Hoguin
2019-10-06
Document the commands based Websocket interface
Loïc Hoguin
2019-10-05
Add Websocket option validate_utf8
Loïc Hoguin
2019-10-05
Add cowboy_req:filter_cookies/2
Loïc Hoguin
2019-10-04
Make cowboy_compress_h add vary: accept-encoding
Loïc Hoguin
2019-10-03
Document media type wildcard in content_types_accepted
Loïc Hoguin
2019-10-03
Add HTTP/2 tests with responses with HTTP/1.1 specific headers
Loïc Hoguin
2019-10-02
Ensure we can stream the response body from any process
Loïc Hoguin
2019-10-02
Ensure we can read the request body from any process
Loïc Hoguin
2019-10-02
Add {set_options, #{metrics_user_data := Map}}
Loïc Hoguin
2019-09-14
Implement backpressure on cowboy_req:stream_body
Loïc Hoguin
2019-09-06
Fix using custom fields in Req
Loïc Hoguin
2019-07-16
Data received after RST_STREAM counts toward window
Tony Han
2018-11-22
Move the final old HTTP suite tests and remove it
Loïc Hoguin
2018-11-21
Move many old HTTP test cases to the rest_handler test suite
Loïc Hoguin
2018-11-21
Move another test from the old HTTP test suite
Loïc Hoguin
2018-11-18
Add the chunked option for HTTP/1.1
Loïc Hoguin
2018-11-16
Add the set_options Websocket command
Loïc Hoguin
[next]