1//! Web tools: web.fetch (HTTP GET with HTML-to-markdown conversion). 2 3pub mod fetch; 4 5pub use fetch::WebFetchTool;