Age | Commit message (Expand) | Author |
---|---|---|
2021-05-19 | fix(runtime/http): expose nextRequest() errors in respondWith() (#10384) | Nayeem Rahman |
2021-05-18 | chore: update deno_lint binary used in CI to v0.5.0 (#10652) | Yusuke Tanaka |
2021-04-23 | fix(runtime/js/http): cancel body on response failure (#10225) | Nayeem Rahman |
2021-04-20 | chore: align fetch to spec (#10203) | Luca Casonato |
2021-04-15 | fix(#10182): hang during http server response (#10197) | Ryan Dahl |
2021-04-14 | perf(js/http): avoid v8 deopt in async iterator (#10160) | Aaron O'Mullan |
2021-04-13 | fix(cli/dts): Make respondWith() return a Promise (#10128) | Nayeem Rahman |
2021-04-13 | perf: lazy header instantiation for HTTP requests (#10150) | Luca Casonato |
2021-04-12 | refactor(deno): remove concept of bin & json ops (#10145) | Aaron O'Mullan |
2021-04-12 | fix(runtime/js/http): Correctly parse user response headers (#10076) | Nayeem Rahman |
2021-04-09 | API change: Deno.startHttp -> Deno.serveHttp (#10087) | Ryan Dahl |
2021-04-08 | feat: native HTTP bindings (#9935) | Bartek IwaĆczuk |