0a1d32d21e
There are several HTTP status codes that correspond to a response body with `NoContent`. This commit introduces `NoContentVerbWithStatus` which generalizes `NoContentVerb` to cases when the return status may be different from 204. The former replaces the latter anywhere possible. `NoContentVerb` is kept as a special case of `NoContentVerbWithStatus` for backwards compatibility. |
||
---|---|---|
.. | ||
src/Servant | ||
test | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
servant-foreign.cabal | ||
Setup.hs |