Documentation Index
Fetch the complete documentation index at: https://rokad-89d31590.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Runtime safety
Dhal v0.11 adds runtime controls for public alpha usage.onInternalError
Controls what happens if Dhal itself throws an internal error.
| Value | Behavior |
|---|---|
allow | Fail open and let the app continue |
block | Fail closed with runtime.internalErrorStatusCode |
allow because availability is safer for first-time public installs.
internalErrorStatusCode
HTTP status used when onInternalError is block.
maxInspectionMs
A budget marker for expected inspection time. Use this to guide diagnostics and future operational policies.
Bypass paths
Health, readiness, and liveness paths should usually remain available even during security-policy changes.Preflight bypass
OPTIONS bypass keeps CORS preflight behavior predictable.
Only remove it when you understand your app’s CORS behavior and have tested browser clients.