@zero-server/fetch
v1.0.2
Published
Server-side fetch with mTLS, timeouts, AbortSignal.
Maintainers
Readme
@zero-server/fetch
Server-side fetch with mTLS, timeouts, AbortSignal.
Built-in fetch() for outbound HTTP/HTTPS calls. Supports mTLS, custom CA bundles, timeouts, AbortSignal, progress callbacks, JSON / form / stream bodies, and retries.
Install
npm install @zero-server/fetchOr install the full SDK to get everything at once:
npm install @zero-server/sdkUsage
const { fetch } = require('@zero-server/fetch')Public surface
This package provides 1 public exports as a standalone runtime bundle. See the scope page for the full list.
Documentation
License
MIT © Anthony Wiedman
