Ticket #610 (closed defect: fixed)
io.bind should support all HTTP Methods for REST API's
| Reported by: | anonymous | Owned by: | alex |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | IO | Version: | 0.3 |
| Severity: | major | Keywords: | io rest |
| Cc: | pic@… |
Description
I think the BrowserIO transport should support additional HTTP Methods, currently the canHandle method checks that the method is GET, POST or HEAD.
With the advent of REST API's additional methods are widely used (PUT, DELETE).
I'm not aware of any issues in implementing these methods.
Change History
Note: See
TracTickets for help on using
tickets.