rust_scraper 1.0.0

Production-ready web scraper with Clean Architecture, TUI selector, and sitemap support
Documentation
1
2
3
4
5
6
//! HTTP client infrastructure
//!
//! Re-exports the application layer HTTP client creation.
//! This module exists for architectural consistency.

pub use crate::application::http_client::create_http_client;