-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
featureNew featureNew featurepriority: highHigh value for framework parityHigh value for framework parity
Description
Auto-select response format based on the Accept request header. At minimum support application/json and application/xml, with application/json as the default fallback.
Scope:
- Parse
Acceptheader with quality values (e.g.,application/xml;q=0.9, application/json;q=1.0) - Route to the appropriate encoder
- Return
406 Not Acceptableif no supported format matches - Integrate with the existing
WithEncodercustomization point
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew featureNew featurepriority: highHigh value for framework parityHigh value for framework parity