Function phetch::gopher::fetch_url

source ·
pub fn fetch_url(url: &str, tls: bool, tor: bool) -> Result<(bool, Vec<u8>)>
Expand description

Fetches a gopher URL and returns a tuple of: (did tls work?, raw Gopher response)