summaryrefslogtreecommitdiff
path: root/cli/http_util.rs
AgeCommit message (Expand)Author
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
2020-08-26Remove some more unnecessary 'to_string()' calls (#7190)Bert Belder
2020-08-19Make Rc/Arc wrapper around State/GlobalState visible (#7104)Bert Belder
2020-08-10Remove unnecessary drop calls (#7007)Ryan Dahl
2020-07-04chore: port http_server.py to rust (#6364)Ryan Dahl
2020-06-29refactor: util functions take slices instead of heap values (#6547)Valentin Anger
2020-06-18chore(test): move testing utilities to test_util crate (#6360)Bartek Iwańczuk
2020-05-09Add support for X-Deno-Warning header (#5161)Ryan Dahl
2020-04-03clippy (#4618)Kitson Kelly
2020-03-16refactor: remove an unsafe and some boxing (#4398)Gurwinder Singh
2020-02-28http_cache: change .headers.json to .metadata.json (#4175)Ryan Dahl
2020-02-25Remove _async from method names since _sync are gone (#4128)Ryan Dahl
2020-02-23refactor: use OpError instead of ErrBox for errors in ops (#4058)Bartek Iwańczuk
2020-02-23feat: support brotli compression for fetch API (#4082)EnokMan
2020-02-19refactor: rewrite HTTP cache for file fetcher (#4030)Bartek Iwańczuk
2020-02-17feat: add --cert flag for http client (#3972)geoFlux
2020-02-04Do not encode files loaded from network as utf8 (#3856)Tilman Roeder
2020-02-03Use tokio::test for some of cli's unit tests (#3868)Ryan Dahl
2020-01-26Improve support of type definitions (#3755)Kitson Kelly
2020-01-16perf: share http client in file fetcher (#3683)Bartek Iwańczuk
2020-01-15fix: process hangs when fetch called (#3657)Yusuke Sakurai
2020-01-11Add gzip, brotli and ETag support for file fetcher (#3597)EnokMan
2020-01-05Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)Ry Dahl
2020-01-02Happy new year! (#3578)Ry Dahl
2020-01-02fix typos (#3573)EnokMan
2020-01-01cleanup after tokio upgrade (#3571)Gurwinder Singh
2019-12-31refactor: move HttpBody to cli/http_util.rs (#3569)Bartek Iwańczuk
2019-12-30use shared HTTP client (#3563)Bartek Iwańczuk
2019-12-30upgrade: Tokio 0.2 (#3418)Bartek Iwańczuk
2019-11-16Use futures 0.3 API (#3358)Bartek Iwańczuk
2019-10-31Upgrade node_modules, change tagline, clean up root directory (#3247)Ry Dahl
2019-10-06remove more calls to tokio_util::block_on (#3059)Bartek Iwańczuk
2019-09-19Remove test.py, use cargo test as test frontend (#2967)Ryan Dahl
2019-09-11feat: Set user agent for http client (#2916)Bartek Iwańczuk
2019-08-30Use 'reqwest' to implement HTTP client (#2822)Bartek Iwańczuk