UNPKG

sync-request-curl

Version:

Fast way to send synchronous web requests in NodeJS. API is a subset of sync-request. Leverages node-libcurl for high performance. Cannot be used in a browser.

6 lines (5 loc) 216 B
import request from './request'; import { CurlError } from './errors'; export type { HttpVerb, BufferEncoding, Options, Response, SetEasyOptionCallback } from './types'; export default request; export { CurlError };