Variable NOT_MODIFIEDConst

NOT_MODIFIED: 304

304 Not Modified

This is used for caching purposes. It tells the client that the response has not been modified, so the client can continue to use the same cached version of the response.

import { NOT_MODIFIED } from 'costatus';

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