urx 0.8.0

Extracts URLs from OSINT Archives for Security Insights.
1
2
3
4
5
6
7
8
9
10
// Network configuration module
//
// This module provides shared network configuration functionality for HTTP requests
// across different parts of the application, such as providers and testers.

mod settings;
pub mod user_agent;

pub use settings::{NetworkScope, NetworkSettings};
pub use user_agent::random_user_agent;