summaryrefslogtreecommitdiff
path: root/runtime/ops/http.rs
AgeCommit message (Expand)Author
2022-10-18fix(ext/net): return an error from `startTls` and `serveHttp` if the original...Yusuke Tanaka
2022-08-18feat(ext/flash): An optimized http/1.1 server (#15405)Divy Srivastava
2022-03-22feat: upgrade to swc_ecmascript 0.137.0 (#14067)David Sherret
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-14feat(ops): custom arity (#13949)Aaron O'Mullan
2022-03-14feat(core): codegen ops (#13861)Divy Srivastava
2022-02-16feat: deno vendor (#13670)David Sherret
2022-02-16feat(ext/http): add support for unix domain sockets (#13628)ylxdzsw
2021-11-10refactor(ext/http): rewrite hyper integration and fix bug (#12732)Bert Belder
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-20fix(ext/net): fix TLS bugs and add 'op_tls_handshake' (#12501)Bert Belder
2021-08-15refactor(ops): return BadResource errors in ResourceTable calls (#11710)Aaron O'Mullan
2021-07-12refactor: deno_http op crate (#11335)Luca Casonato
2021-06-29feat: Add "deno_net" extension (#11150)Bartek Iwańczuk
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-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-11fix(tls): flush send buffer in the background after closing TLS stream (#10146)Bert Belder
2021-05-08cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530)Aaron O'Mullan
2021-05-02refactor(runtime): use Extensions (#10461)Aaron O'Mullan
2021-04-20chore: align fetch to spec (#10203)Luca Casonato
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-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-08feat: native HTTP bindings (#9935)Bartek Iwańczuk