seher-sdk 0.0.32

Seher SDK: agent resolution, rate-limit checks, and provider clients
Documentation
1
2
3
4
5
6
7
pub mod cookie_reader;
pub mod detector;
pub mod types;

pub use cookie_reader::CookieReader;
pub use detector::BrowserDetector;
pub use types::{BrowserType, Cookie, Profile};