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
Not strictly part of HTTP/1.1 but comes up in common usage. See:
(I'm just documenting this. I'm creating a heavily stripped down variant for my multipart/form-data parsing, and don't need a proper one at present).
The text was updated successfully, but these errors were encountered:
If anyone takes this on, you might want to start with the one at https://github.com/mikedilger/formdata/blob/master/src/headers.rs and then extend it to comply with the standards listed above.
Sorry, something went wrong.
feat(headers): Add Content-Disposition header
1e6e7de
fixes hyperium#561
d81fffa
8568844
7623ecc
Successfully merging a pull request may close this issue.
Not strictly part of HTTP/1.1 but comes up in common usage.
See:
(I'm just documenting this. I'm creating a heavily stripped down variant for my multipart/form-data parsing, and don't need a proper one at present).
The text was updated successfully, but these errors were encountered: