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

Parse forms in request #49

Open
hhurtado opened this issue Oct 22, 2019 · 1 comment
Open

Parse forms in request #49

hhurtado opened this issue Oct 22, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@hhurtado
Copy link
Contributor

The GO's implementation doesn't allow to decode form encoded data sent in a request with an arbitrary method and/or content type other than "application/x-www-form-urlencoded". This is needed for Kapow! semantic so it MUST be changed in the future.

Implement a ParseForm function that doesn't care about method nor Content-Type.

@hhurtado hhurtado added the bug Something isn't working label Oct 22, 2019
@dumblob
Copy link

dumblob commented Nov 27, 2022

Yes, this is super important (at least for the use cases I had in mind).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants