summaryrefslogtreecommitdiff
path: root/runtime/js/40_http.js
AgeCommit message (Expand)Author
2022-03-16feat(unstable): Add Deno.upgradeHttp API (#13618)Bert Belder
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-07-12refactor: deno_http op crate (#11335)Luca Casonato
2021-06-29feat: Add "deno_net" extension (#11150)Bartek Iwańczuk
2021-06-26fix: specify AbortSignal for native http requests (#11126)Luca Casonato
2021-06-06feat(fetch): implement abort (#10863)Luca Casonato
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-05-18chore: update deno_lint binary used in CI to v0.5.0 (#10652)Yusuke Tanaka
2021-04-23fix(runtime/js/http): cancel body on response failure (#10225)Nayeem Rahman
2021-04-20chore: align fetch to spec (#10203)Luca Casonato
2021-04-15fix(#10182): hang during http server response (#10197)Ryan Dahl
2021-04-14perf(js/http): avoid v8 deopt in async iterator (#10160)Aaron O'Mullan
2021-04-13fix(cli/dts): Make respondWith() return a Promise (#10128)Nayeem Rahman
2021-04-13perf: lazy header instantiation for HTTP requests (#10150)Luca Casonato
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-12fix(runtime/js/http): Correctly parse user response headers (#10076)Nayeem Rahman
2021-04-09API change: Deno.startHttp -> Deno.serveHttp (#10087)Ryan Dahl
2021-04-08feat: native HTTP bindings (#9935)Bartek Iwańczuk