aboutsummaryrefslogtreecommitdiffstats
path: root/test/handlers
AgeCommit message (Expand)Author
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
2018-11-12Add deflate options for Websocket compressionLoïc Hoguin
2018-11-11Add ProvideRangeCallback tests using sendfileLoïc Hoguin
2018-11-11Add automatic ranged request handling for bytes unitsLoïc Hoguin
2018-11-09Add sendfile support to cowboy_req:stream_bodyLoïc Hoguin
2018-11-07Add support for range requests (RFC7233) in cowboy_restLoïc Hoguin
2018-11-05Test stop against all relevant REST callbacksLoïc Hoguin
2018-11-05Test switch_handler against all relevant REST callbacksLoïc Hoguin
2018-11-04Add the rate_limited/2 REST callbackLoïc Hoguin
2018-11-02Add tests for charsets_providedLoïc Hoguin
2018-11-02Better handle content negotiation when accept contains charsetsLoïc Hoguin
2018-10-31Add a cowboy_rest test for malformed if-*-match headersLoïc Hoguin
2018-10-31Add compress_threshold protocol optionSteve Domin
2018-10-31Handle error_response command in cowboy_metrics_hGrigory Starinkin
2018-10-31Always dialyze tests and fix some cowboy_req specsLoïc Hoguin
2018-09-21Add the {active, boolean()} Websocket commandLoïc Hoguin
2018-09-12Do not send a 101 after a final response in switch_protocolLoïc Hoguin
2018-09-11Add a commands-based interface to Websocket handlersLoïc Hoguin
2018-09-07Add cowboy_req:read_and_match_urlencoded_body/2,3Loïc Hoguin
2018-08-13Improve errors for when the ProvideCallback is missingLoïc Hoguin
2018-06-27Add test cases for cowboy_req:stream_eventsLoïc Hoguin
2018-06-25Add streaming without chunking for HTTP/1.1Eric Meadows-Jönsson