use Url;
use crateResult;
/// Fetches the raw HTML content of a page at the given URL using the provided client.
///
/// Uses a static HTTP request — no JavaScript execution. Returns the full HTML
/// body as a string for downstream parsing into `PageElements`.
pub async