summaryrefslogtreecommitdiff
path: root/cli/http_util.rs
AgeCommit message (Expand)Author
2023-05-21feat(unstable): add more options to Deno.createHttpClient (#17385)Leo Kettmeir
2023-05-01perf: lazily create RootCertStore (#18938)David Sherret
2023-03-15refactor: remove usages of `map_or` / `map_or_else` (#18212)David Sherret
2023-02-10feat(install): follow redirects for urls with no path (#17449)Kamil Ogórek
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-15refactor: clean up `unwrap` and `clone` (#17282)Yiyu Lin
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-19fix: hide progress bars when showing permission prompt (#17130)David Sherret
2022-12-14chore: fix recent regression with `deno upgrade` not handling redirects (#17045)David Sherret
2022-12-12feat: improve download progress bar (#16984)Bartek Iwańczuk
2022-12-09fix: respect the `--quiet` flag in more cases (#16998)David Sherret
2022-11-18fix(npm): use an http client with connection pool (#16705)David Sherret
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-09-19chore: fix clippy warnings (#15944)Ben Noordhuis
2022-07-30docs: turn bare URLs into clickable links (#15347)Mathias Lafeldt
2022-03-23chore: remove all `pub(crate)`s from the cli crate (#14083)David Sherret
2022-03-15disable flakes (#13962)Ryan Dahl
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-21feat(lsp): supply accept header when fetching registry config (#13159)Kitson Kelly
2021-12-09feat(lsp): registry suggestion cache respects cache headers (#13010)Kitson Kelly
2021-12-08fix: upgrade swc fixing many bundling and `--no-check` bugs (#13025)David Sherret
2021-12-01refactor: cli doesn't need to depend on deno_tls (#12952)Ryan Dahl
2021-11-09feat(cli): support React 17 JSX transforms (#12631)Kitson Kelly
2021-09-30feat(tls): custom in memory CA certificates (#12219)Luca Casonato
2021-08-25feat(fetch): mTLS client certificates for fetch() (#11721)Sean Michael Wykes
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-08-09chore: remove windows-only compiler warning in http_util.rs (#11623)David Sherret
2021-08-09feat: Add --unsafely-treat-insecure-origin-as-secure flag to disable SSL veri...TheAifam5
2021-08-07feat(tls): Optionally support loading native certs (#11491)Justin Chase
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-02-16feat(cli): support auth tokens for accessing private modules (#9508)Kitson Kelly
2021-02-03fix: improve http client builder error message (#9380)Ben Noordhuis
2021-02-02chore: remove std directory (#9361)Casper Beyer
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-08feat: denort binary (#9041)Luca Casonato
2021-01-05feat(cli/standalone): support runtime flags for deno compile (#8738)Nayeem Rahman
2021-01-04BREAKING(unstable): remove CreateHttpClientOptions.caFile (#8928)Mo
2020-12-15refactor: remove dead code (#8781)Bartek Iwańczuk
2020-12-13refactor: deno_runtime crate (#8640)Bartek Iwańczuk
2020-12-12refactor(cli): more options on Worker (#8724)Bartek Iwańczuk
2020-11-25add canary versioning (#8480)crowlKats
2020-10-12chore(cli): remove dead code (#7941)Kitson Kelly
2020-09-21refactor: use futures and serde_json from deno_core (#7614)Bartek Iwańczuk
2020-09-18Use reqwest from deno_fetch export (#7562)Ryan Dahl
2020-09-16Re-export deno_core::url (#7525)Ryan Dahl
2020-09-16Revert "fix(cli/http_utils): accept a single key-multiple values headers (#73...Bartek Iwańczuk
2020-09-15fix(cli/http_utils): accept a single key-multiple values headers (#7375)tokiedokie
2020-09-15refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)Bert Belder
2020-09-06Move JSON ops to deno_core (#7336)Bert Belder
2020-09-04fix: Handle bad redirects more gracefully (#7342)Ryan Dahl