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.

3 lines (2 loc) 108 B
export { HttpVerb, BufferEncoding, Options, Response } from './types'; export { default } from './request';