Expand description
The native runtime surface: a reqwest HTTP transport plus convenience entry
points (resolve, resolve_with, resolve_blocking) that wire it up.
Only compiled with the native feature (the default). A short connect timeout
makes the /health ladder probes fall through fast when no local node is up.
Structs§
- Reqwest
Transport - A
HttpTransportbacked byreqwest. Cheap to clone/reuse.
Functions§
- resolve
- Resolve a DIG URN with the default
reqwesttransport and default options. - resolve_
blocking - Blocking convenience: resolve on a private current-thread tokio runtime. For callers outside an async context (a CLI, a sync FFI boundary).
- resolve_
with - Resolve a DIG URN with the default
reqwesttransport and explicit options.