Type Alias HttpResContentRange

HttpResContentRange: `${string} ${string}/${string}`

Content-Range header format for HTTP partial content responses. Follows the pattern <unit> <range-start>-<range-end>/<size>.

IMPORT_PATH: "@daiso-tech/core/http-router/contracts"