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.

9 lines (7 loc) 388 B
export { request, safeGet } from './smartrequest.request.js'; export type { IExtendedIncomingMessage } from './smartrequest.request.js'; export type { ISmartRequestOptions } from './smartrequest.interfaces.js'; export * from './smartrequest.jsonrest.js'; export * from './smartrequest.binaryrest.js'; export * from './smartrequest.formdata.js'; export * from './smartrequest.stream.js';