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

Add support for payload on rest-client DELETE requests #114

Closed
wants to merge 1 commit into from

Conversation

Stenerson
Copy link

DELETE payload is already supported in rack requests via d8a515e these changes allow the functionality to work with rest-client requests.

Unfortunately payloads in DELETE requests are not currently supported in the rest-client delete helper method so I'm using Request.execute as recommended in their docs

DELETE payload is already supported in rack requests via d8a515e
these changes port the functionality to work with rest-client requests
@coveralls
Copy link

coveralls commented Sep 6, 2016

Coverage Status

Coverage increased (+0.002%) to 98.974% when pulling 3d618e2 on Stenerson:master into 55311ac on brooklynDev:master.

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.

2 participants