Support custom HTTP methods for hosting services API calls.

Review Request #5683 — Created April 8, 2014 and submitted — Latest diff uploaded

Information

Review Board
release-1.7.x
a9ada52...

Reviewers

This extends the API set for HostingService to allow subclasses to call
other forms of HTTP methods. For now, I've only added HTTP DELETE, which
will be used by an upcoming change.

Tested with another change that made use of POST and DELETE.

Unit tests pass.

    Loading...