UNPKG

@push.rocks/smartrequest

Version:

A module for modern HTTP/HTTPS requests with support for form data, file uploads, JSON, binary data, streams, and more.

4 lines (3 loc) 156 B
// Core Bun exports - Bun's native fetch implementation with unix socket support export * from './response.js'; export { CoreRequest } from './request.js';