Open friendofpa opened 9 years ago
From http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html
A successful response SHOULD be 200 (OK) if the response includes an entity describing the status, 202 (Accepted) if the action has not yet been enacted, or 204 (No Content) if the action has been enacted but the response does not include an entity.
So the developer should have the freedom of return an object.
This repository has been closed and moved to laminas-api-tools/api-tools-rest; a new issue has been opened at https://github.com/laminas-api-tools/api-tools-rest/issues/9.
Would like to have content responses for a DELETE requests. Currently returns 204 (No Content) status code.