notExtended constant

int const notExtended

notExtended = 510.

This response code is used when further extensions to the request are required for the server to fulfill it.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/510

Implementation

static const int notExtended = 510;