Variable PARTIAL_CONTENTConst

PARTIAL_CONTENT: 206

206 Partial Content

This response code is used when the Range header is sent from the client to request only part of a resource.

import { PARTIAL_CONTENT } from 'costatus';

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