UNPKG

httpsnippet-lite

Version:

HTTP Request snippet generator for *most* languages

6 lines (5 loc) 177 B
import type { Client } from '../../targets.js'; export interface RubyNativeOptions { insecureSkipVerify?: boolean; } export declare const native: Client<RubyNativeOptions>;