Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle status_code 204 responses for non-DELETE methods (#45)
* Handle status_code 204 responses for non-DELETE methods Stopping an agent is a PUT request that returns a 204. * be defensive: return OK if a response content-type header is None
- Loading branch information