Expand description
High-level RDAP client with bootstrap, caching, and SSRF protection.
§Feature flags
| Feature | Default | Description |
|---|---|---|
memory-cache | ✓ | In-memory response cache (DashMap) |
stream | ✓ | Async streaming query API (tokio-stream) |
Structs§
- Client
Config - Configuration for
RdapClient. - Rdap
Client - The main RDAP client.
- Stream
Config - Configuration for streaming queries.
Enums§
- AsnEvent
- Emitted by
stream_asnfor each queried ASN. - Domain
Event - Emitted by
stream_domainfor each queried domain. - IpEvent
- Emitted by
stream_ipfor each queried IP address. - Nameserver
Event - Emitted by
stream_nameserverfor each queried nameserver.