notImplemented method

Response notImplemented()

A shelf.Response for API calls that have not been implemented in this server.

This is a no-op 204 No Content response because returning 404 Not Found creates unnecessary noise in the console.

Implementation

shelf.Response notImplemented() => shelf.Response(HttpStatus.noContent);