Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't alias raw input (missing support for input variants) #104

Closed
SleeplessByte opened this issue Jul 24, 2021 · 1 comment
Closed

Can't alias raw input (missing support for input variants) #104

SleeplessByte opened this issue Jul 24, 2021 · 1 comment

Comments

@SleeplessByte
Copy link
Member

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.

@thexa4
Copy link
Collaborator

thexa4 commented Jul 24, 2021

Closed in favor of #107

@thexa4 thexa4 closed this as completed Jul 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants