pub async fn fetch_attributes(
url: &str,
) -> Result<Vec<AttributeBlock>, ClientError>Expand description
Fetch and parse an item’s Gopher+ attribute blocks (!).
pub async fn fetch_attributes(
url: &str,
) -> Result<Vec<AttributeBlock>, ClientError>Fetch and parse an item’s Gopher+ attribute blocks (!).