Closed tobigue closed 10 years ago
It would be nice to be able to return a 204 No Content, e.g. as response to a successful DELETE request.
By definition "The 204 response MUST NOT include a message-body", so we can't write in the requesthandler.
Coverage increased (+0.04%) when pulling ba5136cab6f5f2b68304c737b436c8ca32758142 on tobigue:feature/204nocontent into d1e235ea82a938e8ef05e37f6faf7e414197caeb on truemped:master.
It would be nice to be able to return a 204 No Content, e.g. as response to a successful DELETE request.
By definition "The 204 response MUST NOT include a message-body", so we can't write in the requesthandler.