Expand description
RDAP HTTP client core: fetcher, normalizer, and retry logic.
Re-exports§
pub use fetcher::Fetcher;pub use fetcher::FetcherConfig;pub use normalizer::Normalizer;
Modules§
- fetcher
- HTTP fetcher — issues RDAP requests and returns raw JSON values.
- normalizer
- Response normaliser — converts raw RDAP JSON into typed response structs.