aboutsummaryrefslogtreecommitdiff
path: root/src/url.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-03-26 05:22:03 +0000
committerFuwn <[email protected]>2024-03-26 05:22:03 +0000
commit2ef230501b315dc2ebcc947d04785a0361ebe56b (patch)
tree82dcf8e49b8a820f8ca4d2660818ea5224064f17 /src/url.rs
parentfeat(response): support redirects (diff)
downloadseptember-2ef230501b315dc2ebcc947d04785a0361ebe56b.tar.xz
september-2ef230501b315dc2ebcc947d04785a0361ebe56b.zip
refactor(url): rename make
Diffstat (limited to 'src/url.rs')
-rw-r--r--src/url.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/url.rs b/src/url.rs
index 8f510aa..e004696 100644
--- a/src/url.rs
+++ b/src/url.rs
@@ -17,7 +17,7 @@
use url::Url;
-pub fn make(
+pub fn from_path(
path: &str,
fallback: bool,
is_proxy: &mut bool,