summaryrefslogtreecommitdiff
path: root/cli/tests/unit/http_test.ts
AgeCommit message (Expand)Author
2022-04-25fix(ext/http): truncate read bytes when streaming bodies (#14389)Divy Srivastava
2022-04-22tests: unflake streaming compression tests (#14363)Luca Casonato
2022-04-22Reland "perf(http): optimize ReadableStreams backed by a resource" (#14346)Divy Srivastava
2022-04-21Reland "feat(ext/http): stream auto resp body compression" (#14345)Divy Srivastava
2022-04-21Revert various PRs related to "ext/http" (#14339)Bartek Iwańczuk
2022-04-20feat(ext/http): stream auto resp body compression (#14325)Luca Casonato
2022-04-20perf(http): optimize `ReadableStream`s backed by a resource (#14284)Divy Srivastava
2022-03-22refactor: remove loops in cli/tests/unit/http_test.ts (#14075)Bartek Iwańczuk
2022-03-20fix: actually don't inherit runtime permissions (#14024)Luca Casonato
2022-03-19feat(ext/net): Deno.upgradeHttp handles unix connections (#13987)Bartek Iwańczuk
2022-03-16feat(unstable): Add Deno.upgradeHttp API (#13618)Bert Belder
2022-03-07fix(ext/http): drop content-length header on compression (#13866)Satya Rohith
2022-03-04feat(ext/http): auto-compression of fixed response bodies (#13769)Kitson Kelly
2022-02-16feat(test): improved op sanitizer errors + traces (#13676)Luca Casonato
2022-02-16tests: deflake a bunch of net related tests (#13685)Luca Casonato
2022-02-16tests: unflake httpServerIncompleteMessage (#13682)Luca Casonato
2022-02-16feat(ext/http): add support for unix domain sockets (#13628)ylxdzsw
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2022-01-02chore: update std submodule to efa94f2 (#13260)Bartek Iwańczuk
2021-12-08fix(ext/timers): fix flakiness of `httpConnAutoCloseDelayedOnUpgrade` test (#...Yoshiya Hinosawa
2021-11-23refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)Bartek Iwańczuk
2021-11-17test(ext/http): DELETE requests should always have body (#12798)Bert Belder
2021-11-10refactor(ext/http): rewrite hyper integration and fix bug (#12732)Bert Belder
2021-11-10fix: non ascii buffer response in http server (#12728)Luca Casonato
2021-11-09Revert "refactor(ext/http): rewrite hyper integration and fix bug (#12332)" (...Luca Casonato
2021-11-08refactor(ext/http): rewrite hyper integration and fix bug (#12332)Bert Belder
2021-10-26fix(ext/http): allow multiple values in upgrade header for websocket (#12551)Leo K
2021-10-17fix(core): poll async ops eagerly (#12385)Bert Belder
2021-10-11fix(http): don't expose body on GET/HEAD requests (#12260)Luca Casonato
2021-09-30feat(tls): custom in memory CA certificates (#12219)Luca Casonato
2021-09-26fix(ext/http): include port number in h2 urls (#12181)Ben Noordhuis
2021-09-25fix(http): panic when responding to a closed conn (#12216)Aaron O'Mullan
2021-09-23test(cli): align unit test permissions with runtime test permissions (#12189)Casper Beyer
2021-09-13fix: change assertion in httpServerIncompleteMessage test (#12052)Bartek Iwańczuk
2021-09-08fix(ext/http): resource leak if request body is not consumed (#11955)Bartek Iwańczuk
2021-09-05chore(std/http): server module name migration (#11890)Craig Morten
2021-08-25chore(tests): improve unit tests using `deferred` (#11842)David Sherret
2021-08-25fix(ext/http): websocket upgrade header check (#11830)Dayan C. Galiazzi
2021-08-23fix(ext/http): resource leak on HttpConn.close() (#11805)Bartek Iwańczuk
2021-08-16test(ext/http): add test for incomplete HTTP message and fix resource leak (#...Bartek Iwańczuk
2021-08-13fix(ext/http): remove unwrap() when HTTP conn errors (#11674)Bartek Iwańczuk
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-08-09fix(websocket): allow any close code for server (#11614)Leo K
2021-08-05refactor(cli/tests): remove unnecessary void return types (#11577)Leo K
2021-07-28BREAKING(unstable): Rename Deno.WebSocketUpgrade::websocket to socket (#11542)Nayeem Rahman
2021-07-24fix(http): support multiple options in connection header for websocket (#11505)Pavel Hrách
2021-07-22fix(http/ws): case insensitive connection header (#11489)Luca Casonato
2021-07-16fix(ext/http): correctly concat cookie headers (#11422)Luca Casonato
2021-07-08feat(runtime/http): server side websocket support (#10359)Leo K
2021-06-28fix(http): remove unwrap() in HTTP bindings (#11130)Bartek Iwańczuk