Variable URI_TOO_LONGConst

URI_TOO_LONG: 414

414 URI Too Long

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

import { URI_TOO_LONG } from 'costatus';

https://developer.mozilla.org/docs/Web/HTTP/Status/414