Load a chunks of a file from a HTTP(s) Source using `fetch`
Get a chunk of an array based on the total number of chunks and current index
Base interface for all sources used by `@chunkd`
Load chunks of data from a file using `node:fs`
Load chunks of data from s3 using `@aws-sdk/client-s3`
Middleware layer for sources to provided advanced features for all fetching logic
this is designed for unit tests to prevent file system access, and not recommended for large file workloads.
File system abstraction layer
File system abstraction for AWS S3 using `@aws-sdk/client-s3`
minimal implementation of a PassThrough stream
An HTTP(s) proxy `http.Agent` implementation for HTTP
A list of color names and its values
HTTP status utility
Create HTTP error objects
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
Working with [Cloud optimized GEOTiff](https://www.cogeo.org/) and Tiffs
An HTTP(s) proxy `http.Agent` implementation for HTTPS
Customizable Date Picker for React
HTTP server cookie parsing and serialization
Turn a function into an `http.Agent` instance
The one-liner node.js proxy middleware for connect, express, next.js and more
Check if a protocol requires a certain port number to be added to an URL.
OpenTelemetry Collector Logs Exporter allows user to send collected logs to the OpenTelemetry Collector
Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.