We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How would you specify the media type accepted by the server for a particular form? Two possibilities I can think of:
enctype
accept
While the latter seems more elegant, it might be confusing. Using the familiar enctype name might be more pragmatic.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How would you specify the media type accepted by the server for a particular form?
Two possibilities I can think of:
enctype
fieldaccept
field. In this case that would mean what the server accepts as the body of the request.While the latter seems more elegant, it might be confusing. Using the familiar
enctype
name might be more pragmatic.The text was updated successfully, but these errors were encountered: