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

Deserialize body content for DELETE requests. #513

Closed
wants to merge 1 commit into from

Conversation

veryrusty
Copy link
Member

The RFC doesn't forbid DELETE to have a content, rather it states the
behaviour is undefined. Closes #483.

Thanks to @yanick for passing on the issue when it was raised for Dancer1.

The RFC doesn't forbid DELETE to have a content, rather it states the
behaviour is undefined. Closes #483.

Thanks to @yanick for passing on the issue when it was raised for Dancer1.
@veryrusty veryrusty added this to the 0.13 milestone Apr 12, 2014
@xsawyerx
Copy link
Member

Merged, thanks! :)

@xsawyerx xsawyerx closed this Apr 24, 2014
@veryrusty veryrusty deleted the pr/deserialize_delete branch August 15, 2014 12:15
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

Successfully merging this pull request may close these issues.

Dancer::Core::Role::Serializer ignoring content for DELETE method
2 participants