You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Candyget is a HTTP client for Node.js and its goal is doing HTTP requests on Node.js by one-line and keeping a smallest size of the package.
For keeping the package size small, currently there is no plan to implement the following features.
Reconnecting when the request fails after downloads has started
HTTP3 support
Pagination
etc...
If you want to perform advanced HTTP requests, please consider using other libraries such as got, ky, miniget, or native fetch.
The text was updated successfully, but these errors were encountered:
Candyget is a HTTP client for Node.js and its goal is doing HTTP requests on Node.js by one-line and keeping a smallest size of the package.
For keeping the package size small, currently there is no plan to implement the following features.
If you want to perform advanced HTTP requests, please consider using other libraries such as got, ky, miniget, or native fetch.
The text was updated successfully, but these errors were encountered: