index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
http_util.rs
Age
Commit message (
Expand
)
Author
2022-03-23
chore: remove all `pub(crate)`s from the cli crate (#14083)
David Sherret
2022-03-15
disable flakes (#13962)
Ryan Dahl
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-21
feat(lsp): supply accept header when fetching registry config (#13159)
Kitson Kelly
2021-12-09
feat(lsp): registry suggestion cache respects cache headers (#13010)
Kitson Kelly
2021-12-08
fix: upgrade swc fixing many bundling and `--no-check` bugs (#13025)
David Sherret
2021-12-01
refactor: cli doesn't need to depend on deno_tls (#12952)
Ryan Dahl
2021-11-09
feat(cli): support React 17 JSX transforms (#12631)
Kitson Kelly
2021-09-30
feat(tls): custom in memory CA certificates (#12219)
Luca Casonato
2021-08-25
feat(fetch): mTLS client certificates for fetch() (#11721)
Sean Michael Wykes
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-08-09
chore: remove windows-only compiler warning in http_util.rs (#11623)
David Sherret
2021-08-09
feat: Add --unsafely-treat-insecure-origin-as-secure flag to disable SSL veri...
TheAifam5
2021-08-07
feat(tls): Optionally support loading native certs (#11491)
Justin Chase
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-02-16
feat(cli): support auth tokens for accessing private modules (#9508)
Kitson Kelly
2021-02-03
fix: improve http client builder error message (#9380)
Ben Noordhuis
2021-02-02
chore: remove std directory (#9361)
Casper Beyer
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-08
feat: denort binary (#9041)
Luca Casonato
2021-01-05
feat(cli/standalone): support runtime flags for deno compile (#8738)
Nayeem Rahman
2021-01-04
BREAKING(unstable): remove CreateHttpClientOptions.caFile (#8928)
Mo
2020-12-15
refactor: remove dead code (#8781)
Bartek Iwańczuk
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk
2020-12-12
refactor(cli): more options on Worker (#8724)
Bartek Iwańczuk
2020-11-25
add canary versioning (#8480)
crowlKats
2020-10-12
chore(cli): remove dead code (#7941)
Kitson Kelly
2020-09-21
refactor: use futures and serde_json from deno_core (#7614)
Bartek Iwańczuk
2020-09-18
Use reqwest from deno_fetch export (#7562)
Ryan Dahl
2020-09-16
Re-export deno_core::url (#7525)
Ryan Dahl
2020-09-16
Revert "fix(cli/http_utils): accept a single key-multiple values headers (#73...
Bartek Iwańczuk
2020-09-15
fix(cli/http_utils): accept a single key-multiple values headers (#7375)
tokiedokie
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-09-04
fix: Handle bad redirects more gracefully (#7342)
Ryan Dahl
2020-08-26
Remove some more unnecessary 'to_string()' calls (#7190)
Bert Belder
2020-08-19
Make Rc/Arc wrapper around State/GlobalState visible (#7104)
Bert Belder
2020-08-10
Remove unnecessary drop calls (#7007)
Ryan Dahl
2020-07-04
chore: port http_server.py to rust (#6364)
Ryan Dahl
2020-06-29
refactor: util functions take slices instead of heap values (#6547)
Valentin Anger
2020-06-18
chore(test): move testing utilities to test_util crate (#6360)
Bartek Iwańczuk
2020-05-09
Add support for X-Deno-Warning header (#5161)
Ryan Dahl
2020-04-03
clippy (#4618)
Kitson Kelly
2020-03-16
refactor: remove an unsafe and some boxing (#4398)
Gurwinder Singh
2020-02-28
http_cache: change .headers.json to .metadata.json (#4175)
Ryan Dahl
2020-02-25
Remove _async from method names since _sync are gone (#4128)
Ryan Dahl
2020-02-23
refactor: use OpError instead of ErrBox for errors in ops (#4058)
Bartek Iwańczuk
2020-02-23
feat: support brotli compression for fetch API (#4082)
EnokMan
2020-02-19
refactor: rewrite HTTP cache for file fetcher (#4030)
Bartek Iwańczuk
2020-02-17
feat: add --cert flag for http client (#3972)
geoFlux
[next]