snm-brightdata-client 0.4.0

Bright Data Wrapper Client Highly compacted Data implemented in Rust with Actix Web
Documentation
1
2
3
4
5
6
// src/filters/mod.rs - Ultra-compact version for minimal data transfer
pub mod response_filter;
pub mod strategy;

pub use response_filter::ResponseFilter;
pub use strategy::{ResponseStrategy, ResponseType, MAX_RESPONSE_SIZE, MAX_CONTENT_LENGTH, SUMMARY_MAX_LENGTH};