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
Similar to the functionality where we can variant text/html, so that user agents still understand what they're doing, it would be great to support this for input too.
A use-case would be to define a raw input application/vnd.company.thing which actually expects a multipart/formdata. A client can then send multipart/formdata with variant=application/vnd.company.thing and we can content-neg on it. This makes it possible to support some variants and not all without having to inspect the entire body.
The text was updated successfully, but these errors were encountered:
Similar to the functionality where we can variant
text/html
, so that user agents still understand what they're doing, it would be great to support this for input too.A use-case would be to define a raw input
application/vnd.company.thing
which actually expects amultipart/formdata
. A client can then sendmultipart/formdata
withvariant=application/vnd.company.thing
and we can content-neg on it. This makes it possible to support some variants and not all without having to inspect the entire body.The text was updated successfully, but these errors were encountered: