Expand description
Server-side re-exports of the shared SSRF defense primitives.
The actual implementation lives in acdp_safe_http so client-side
code (e.g. CrossRegistryResolver) can use the same policy without
enabling the server feature. This module exists for back-compat with
acdp::registry::safe_http::SsrfPolicy import paths.
Structs§
- Ssrf
Policy - SSRF policy applied to outbound HTTP requests.
Constants§
- MAX_
CONTEXT_ BYTES - Maximum body bytes for a context retrieval (RFC-ACDP-0006 §7.3).
- MAX_
METADATA_ BYTES - Maximum body bytes for capabilities or DID documents (§7.3).
- MAX_
REDIRECTS - Maximum HTTP redirects to follow (§7.5).