aboutsummaryrefslogtreecommitdiffstats
path: root/test/handlers
AgeCommit message (Expand)Author
2024-03-26Initial HTTP/3 implementationhttp3Loïc Hoguin
2024-01-23Fix match_qs with constraints when key is not presentgeeksilva97
2024-01-16REST: Allow generate_etag to return undefinedLoïc Hoguin
2024-01-16Confirm Websocket pong frames are received by handlersLoïc Hoguin
2024-01-15Reject responses with explicit set-cookie headergeeksilva97
2024-01-09Better error message when trying to reply twiceLoïc Hoguin
2024-01-09Improve the error when trying to send a 204/304 with a bodyLoïc Hoguin
2024-01-08Document body reading in auto modeLoïc Hoguin
2024-01-08Ensure HTTP/1.1 Websocket resets the trap_exit flagLoïc Hoguin
2024-01-05Don't automatically compress when response has etagLoïc Hoguin
2024-01-04Rework and improve the decompress stream handlerLoïc Hoguin
2023-12-21Add cowboy_decompress_h stream handlerjdamanalo
2023-12-21Optionally reset the idle timeout when sending dataRobert J. Macomber
2023-12-15Increase loop_handler_timeout timeoutsLoïc Hoguin
2023-12-15Add timeout to cowboy_loopjdamanalo
2023-12-14Change send_timeout_close test to accomodate macOSLoïc Hoguin
2023-12-12Handle socket errors in HTTP/1.1 and HTTP/2Loïc Hoguin
2023-12-12Add test for send_timeout_closeSergei Shuvatov
2020-11-27AcceptCallback may now return created/see_other tuples for POSTMartin Björklund
2020-11-27Graceful shutdownViktor Söderqvist
2020-05-20204 and 304 responses must not include a bodyLoïc Hoguin
2020-02-07Fix HTTP/1.1 bug when a flow command is returned after finLoïc Hoguin
2020-02-05Add a test confirming push requests have no bodyLoïc Hoguin
2019-12-31Test trailers bug when there are data frames in queueTony Han
2019-10-10Add shutdown_reason Websocket commandLoïc Hoguin
2019-10-07Add cowboy_req:cast/2Loïc Hoguin
2019-10-06Document the commands based Websocket interfaceLoïc Hoguin
2019-10-05Add Websocket option validate_utf8Loïc Hoguin
2019-10-05Add cowboy_req:filter_cookies/2Loïc Hoguin
2019-10-04Make cowboy_compress_h add vary: accept-encodingLoïc Hoguin
2019-10-03Document media type wildcard in content_types_acceptedLoïc Hoguin
2019-10-03Add HTTP/2 tests with responses with HTTP/1.1 specific headersLoïc Hoguin
2019-10-02Ensure we can stream the response body from any processLoïc Hoguin
2019-10-02Ensure we can read the request body from any processLoïc Hoguin
2019-10-02Add {set_options, #{metrics_user_data := Map}}Loïc Hoguin
2019-09-14Implement backpressure on cowboy_req:stream_bodyLoïc Hoguin
2019-09-06Fix using custom fields in ReqLoïc Hoguin
2019-07-16Data received after RST_STREAM counts toward windowTony Han
2018-11-22Move the final old HTTP suite tests and remove itLoïc Hoguin
2018-11-21Move many old HTTP test cases to the rest_handler test suiteLoïc Hoguin
2018-11-21Move another test from the old HTTP test suiteLoïc Hoguin
2018-11-18Add the chunked option for HTTP/1.1Loïc Hoguin
2018-11-16Add the set_options Websocket commandLoïc Hoguin
2018-11-16Ensure unknown options are ignored in set_options commandLoïc Hoguin
2018-11-16Allow overriding cowboy_http's idle_timeout per requestLoïc Hoguin
2018-11-15Add the set_options stream handler commandLoïc Hoguin
2018-11-15Add a compress_buffering option to cowboy_compress_hLoïc Hoguin
2018-11-14Don't send the content-length header in empty 304 responsesLoïc Hoguin
2018-11-14Ignore the boundary parameter when accepting multipartLoïc Hoguin
2018-11-13Add the {deflate, boolean()} Websocket commandLoïc Hoguin