Variable PAYLOAD_TOO_LARGEConst

PAYLOAD_TOO_LARGE: 413

413 Payload Too Large

Request entity is larger than limits defined by server. The server might close the connection or return an Retry-After header field.

import { PAYLOAD_TOO_LARGE } from 'costatus';

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