UNPKG

got-send-url

Version:

got-send-url is a GOT based HTTP request library for Node.js

4 lines (3 loc) 249 B
import { IGotInput } from "./interface/send-url.interface"; declare const sendURL: ({ url, method, body, headers, retryLimit, retryDelay, responseType, useProxyYn, useThrowYn, getAllResponseYn, }: IGotInput) => Promise<any>; export default sendURL;