validateHeaders property
Whether to validate HTTP headers using typed APIs.
When false, uses non-typed header API, allowing headers without required formatting (e.g., unwrapped tokens in Authorization header). Defaults to true.
Implementation
final bool validateHeaders;