diff options
| author | Fuwn <[email protected]> | 2024-03-26 05:22:03 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-03-26 05:22:03 +0000 |
| commit | 08407e4389852cc223d61575caf286cbd437124a (patch) | |
| tree | 09f9a77a82b3d5ccc8d429731b06df8c4e0f9be3 /src/url.rs | |
| parent | feat(response): support redirects (diff) | |
| download | september-08407e4389852cc223d61575caf286cbd437124a.tar.xz september-08407e4389852cc223d61575caf286cbd437124a.zip | |
refactor(url): rename make
Diffstat (limited to 'src/url.rs')
| -rw-r--r-- | src/url.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ use url::Url; -pub fn make( +pub fn from_path( path: &str, fallback: bool, is_proxy: &mut bool, |