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) 127 B
// Core fetch exports - native fetch implementation export * from './response.js'; export { CoreRequest } from './request.js';