You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
any specific reason why method="delete" is not supported? I want to use this element to bind to a REST service, which by convention uses the delete-method on deletion-routes.
I saw patch was added at a later point as well ( #53 ) so I am wondering if it is just an oversight or if there is a technical reason.
The text was updated successfully, but these errors were encountered:
Looks like this method support may have been lost in one of the more recent
major version updates. There is no unit test for this method either, which
is surprising. I'll gladly look at a pull request that re-introduces this
support, with at least one simple unit test.
On Sat, Nov 28, 2015 at 10:49 AM Fabian Lupa notifications@github.com
wrote:
Hello,
any specific reason why method="delete" is not supported? I want to use
this element to bind to a REST service, which by convention uses the
delete-method on deletion-routes.
I saw patch was added at a later point as well ( #53 #53 ) so I am wondering if
it is just an oversight or if there is a technical reason.
—
Reply to this email directly or view it on GitHub #75.
Hello,
any specific reason why method="delete" is not supported? I want to use this element to bind to a REST service, which by convention uses the delete-method on deletion-routes.
I saw patch was added at a later point as well ( #53 ) so I am wondering if it is just an oversight or if there is a technical reason.
The text was updated successfully, but these errors were encountered: