Expand description
Network-policy constants shared by client and server code.
Defined per RFC-ACDP-0006 §7. The same caps apply to:
- server-side cross-registry resolution (
acdp-safe-http), - client-side retrieval and DID resolution (
acdp-client,acdp-did’sWebResolver).
Constants§
- CONNECT_
TIMEOUT - Default connect timeout (§7.4).
- 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).
- REQUEST_
TIMEOUT - Default total request timeout (§7.4).