crawlberg 1.0.1

High-performance web crawling engine
Documentation
1
2
3
4
5
//! Network utilities: SSRF policy, validation, and security.

pub mod ssrf;

pub use ssrf::{HostMatcher, SsrfError, SsrfPolicy, validate_url};