You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
RouterConfig::defaultContentType is now used when the request Accept header is empty or wildcard-only, such as */*.
This allows applications to control the default route preference for clients like curl, while preserving normal content negotiation for explicit browser Accept headers.
Added test coverage for wildcard and empty Accept headers defaulting to configured content types.