notImplemented constant
HttpStatus
const notImplemented
501 Not Implemented
The request method is not supported by the server and cannot be handled.
The only methods that servers are required to support (and therefore that
must not return this code) are GET
and HEAD
.
Implementation
static const notImplemented = HttpStatus(501);