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
Some smithy clients and servers, such as in Typescript, allow the Accept header to reflect HTTP's spec, by allowing */* and type/*. The smithy spec allows neither of them.
After discussing this change, it was proposed to:
reflect the HTTP spec regarding the Accept header more closely, allowing *, but no q-factor weighting
servers should not use Accept to do protocol selection and allow them to respond in any of the allowed (by the header's value) ways
The text was updated successfully, but these errors were encountered:
Some smithy clients and servers, such as in Typescript, allow the Accept header to reflect HTTP's spec, by allowing
*/*
andtype/*
. The smithy spec allows neither of them.After discussing this change, it was proposed to:
*
, but no q-factor weightingThe text was updated successfully, but these errors were encountered: