summaryrefslogtreecommitdiff
path: root/cli/tests/unit/http_test.ts
AgeCommit message (Expand)Author
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
2021-06-27fix(runtime/http): Encode and decode headers as byte strings in the HTTP serv...Andreu Botella
2021-06-26fix: specify AbortSignal for native http requests (#11126)Luca Casonato
2021-06-25test(cli): refactor the usages of delay (#11098)Yoshiya Hinosawa
2021-06-14fix: poll connection after writing response chunk in Deno.serveHttp() (#10961)Bartek Iwańczuk
2021-06-14fix: hang in Deno.serveHttp() (#10923)Bartek Iwańczuk
2021-06-04fix: hang in op_http_next_request (#10836)Bartek Iwańczuk
2021-05-21fix(runtime/http): fix empty blob response (#10689)Yoshiya Hinosawa
2021-05-19fix(runtime/http): expose nextRequest() errors in respondWith() (#10384)Nayeem Rahman
2021-04-23fix(runtime/js/http): cancel body on response failure (#10225)Nayeem Rahman
2021-04-19fix(rt/http): correct URL in Request (#10256)Luca Casonato
2021-04-15fix(#10182): hang during http server response (#10197)Ryan Dahl
2021-04-12fix(runtime/js/http): Correctly parse user response headers (#10076)Nayeem Rahman
2021-04-09chore: upgrade dependencies (#10094)Bartek Iwańczuk
2021-04-09API change: Deno.startHttp -> Deno.serveHttp (#10087)Ryan Dahl
2021-04-08feat: native HTTP bindings (#9935)Bartek Iwańczuk