notImplemented constant

int const notImplemented

notImplemented = 501.

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.

https://tools.ietf.org/html/rfc7231#section-6.6.2

Implementation

static const int notImplemented = 501;