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

Unable to access bodyParams on DELETE requests #107

Open
austinv11 opened this issue Dec 29, 2016 · 1 comment
Open

Unable to access bodyParams on DELETE requests #107

austinv11 opened this issue Dec 29, 2016 · 1 comment

Comments

@austinv11
Copy link

austinv11 commented Dec 29, 2016

Currently request.bodyParams returns an empty map on DELETE requests. This is because DELETE request deserializers are ignored here: https://github.com/wasabifx/wasabi/blob/master/wasabi-core/src/main/kotlin/org/wasabifx/wasabi/protocol/http/HttpRequestHandler.kt#L47 is this intentional?

@hhariri
Copy link
Collaborator

hhariri commented Dec 31, 2016

Not intentional. We'll take a look.

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