requestUriTooLong constant

int const requestUriTooLong

requestUriTooLong = 414.

The URI requested by the client is longer than the server is willing to interpret.

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

Implementation

static const int requestUriTooLong = 414;