diff options
| author | Fuwn <[email protected]> | 2024-03-24 14:54:31 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-03-24 14:54:51 +0000 |
| commit | fc86be272fd4863adfd029d2cbb0b40fcf7cd8fe (patch) | |
| tree | 8f977ddad760d06e14e5286d032a937670cc9551 /src/url.rs | |
| parent | format(response): capitalisation (diff) | |
| download | september-fc86be272fd4863adfd029d2cbb0b40fcf7cd8fe.tar.xz september-fc86be272fd4863adfd029d2cbb0b40fcf7cd8fe.zip | |
feat(response): support redirects
Diffstat (limited to 'src/url.rs')
| -rw-r--r-- | src/url.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ pub fn make( is_nocss: &mut bool, ) -> Result<Url, url::ParseError> { Ok( + #[allow(clippy::blocks_in_conditions)] match Url::try_from(&*if path.starts_with("/proxy") { *is_proxy = true; |