Skip to main content

fetch_page_text

Function fetch_page_text 

Source
pub async fn fetch_page_text(url: &str) -> Result<String, String>
Expand description

Fetch page body (best-effort HTML → text). Aligns TLS policy with trust store when possible.