UNPKG

robert

Version:

A generic shitty http client in nod.js

3 lines (2 loc) 143 B
import { Methods, Request, RequestOptions } from "."; export default function (method: Methods, url: URL, options: RequestOptions): Request;