1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/test_util/src
Kamil Ogórek 5778e1196e
feat(install): follow redirects for urls with no path (#17449)
This change makes absolute urls, that contain no path like `deno install
https://my-cli.io` to follow redirects and extract the name from it.

It allows modifies `test_util` server listener on port `4550`
(`REDIRECT_ABSOLUTE_PORT`) to allow for specifying `redirect_to` query
param, that fill use that value for it's next redirect.

Fixes https://github.com/denoland/deno/issues/17409
2023-02-10 10:11:11 -05:00
..
testdata Move benchmarks to Rust (#7134) 2020-08-28 09:03:50 -04:00
assertions.rs chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 16:51:32 +09:00
lib.rs feat(install): follow redirects for urls with no path (#17449) 2023-02-10 10:11:11 -05:00
lsp.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
npm.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
pty.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
temp_dir.rs chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 16:51:32 +09:00
test_server.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00