Skip to content

Commit

Permalink
TODO SOCKS5
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Aug 27, 2024
1 parent 0a62b26 commit 7a0d5ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/net/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pub async fn read_url(context: &Context, url: &str) -> Result<String> {
Ok(text.to_string())
}

// TODO add support for SOCKS5
async fn get_http_sender<B>(
context: &Context,
parsed_url: hyper::Uri,
Expand Down

0 comments on commit 7a0d5ed

Please sign in to comment.