pub async fn fetch(url: &str) -> Result<Response, ClientError>Expand description
Fetch a finger:// URL.
Both finger://host/user and finger://user@host name a user; a bare
finger://host/ asks for the listing.
pub async fn fetch(url: &str) -> Result<Response, ClientError>Fetch a finger:// URL.
Both finger://host/user and finger://user@host name a user; a bare
finger://host/ asks for the listing.