summaryrefslogtreecommitdiff
path: root/ext/http
AgeCommit message (Expand)Author
2021-11-09chore: bump crate versions for 1.16.0 (#12706)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-11-02chore: update to Rust edition 2021 (#12578)Bartek Iwańczuk
2021-10-26fix(ext/http): allow multiple values in upgrade header for websocket (#12551)Leo K
2021-10-26perf(http): encode string bodies in op-layer (#12451)Aaron O'Mullan
2021-10-25chore: bump crate version for 1.15.3 (#12531)Yoshiya Hinosawa
2021-10-18chore: release crates for v1.15.2 (#12478)Bartek Iwańczuk
2021-10-17docs(ext/http): fix typo in http/lib.rs (#12466)Ikko Ashimine
2021-10-12chore: bump crate version for 1.15.0 (#12406)Satya Rohith
2021-10-11fix(http): don't expose body on GET/HEAD requests (#12260)Luca Casonato
2021-10-05chore: various op cleanup (#12329)Leo K
2021-10-05chore: merge v1.14.3 into main (#12327)Bartek Iwańczuk
2021-09-29fix(ext/http): merge identical if/else branches (#12269)mynane
2021-09-28chore: bump crate versions for 1.14.2 (#12253)Aaron O'Mullan
2021-09-27perf(fetch): optimize newInnerRequest blob url check (#12245)Aaron O'Mullan
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-25fix(ext/http): fortify "is websocket?" check (#12179)Ben Noordhuis
2021-09-22chore: bump crate versions for 1.14.1 (#12172)Kitson Kelly
2021-09-14chore: bump crate versions for 0.14 (#12072)David Sherret
2021-09-11refactor: use Deno.core.tryClose (#11980)Bartek Iwańczuk
2021-09-10perf(ext/http): optimize auto cleanup of request resource (#11978)Bert Belder
2021-09-08chore: add README to ext/http/ (#11958)Bartek Iwańczuk
2021-09-08chore: release deno_http 0.8.0 (#11956)Bartek Iwańczuk
2021-09-08fix(ext/http): resource leak if request body is not consumed (#11955)Bartek Iwańczuk
2021-09-02chore: update dependencies (#11856)Luca Casonato
2021-08-31fix: move unstable declarations to deno.unstable (#11876)Luca Casonato
2021-08-25fix(ext/http): websocket upgrade header check (#11830)Dayan C. Galiazzi
2021-08-23chore: release crates for 1.13.2 (#11820)David Sherret
2021-08-23fix(ext/http): resource leak on HttpConn.close() (#11805)Bartek Iwańczuk
2021-08-16chore: release crates for 1.13.1 (#11729)David Sherret
2021-08-16test(ext/http): add test for incomplete HTTP message and fix resource leak (#...Bartek Iwańczuk
2021-08-15refactor(ops): return BadResource errors in ResourceTable calls (#11710)Aaron O'Mullan
2021-08-15perf(ext/http): faster req_url string assembly (#11711)Aaron O'Mullan
2021-08-14cleanup(ext/http): simplify cookie header handling (#11704)Aaron O'Mullan
2021-08-14cleanup(ext/http): simplify op_http_request_next (#11691)Aaron O'Mullan
2021-08-13fix(http/ws): support multiple options in connection header (#11675)Leo K
2021-08-13fix(ext/http): remove unwrap() when HTTP conn errors (#11674)Bartek Iwańczuk
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl