UNPKG

curlconverter

Version:

convert curl commands to Python, JavaScript, Go, PHP and more

3 lines (2 loc) 178 B
import type { Request, Warnings } from "../../parse.js"; export declare function toHTTPInterface(request: Request, warnings: Warnings): [(string | string[] | null)[], Warnings];