UNPKG

@hoppscotch/httpsnippet

Version:

HTTP Request snippet generator for *most* languages

15 lines 334 B
declare namespace settings { const async: boolean; const crossDomain: boolean; const url: string; const method: string; const headers: { cookie: string; accept: string; 'content-type': string; }; namespace data { const foo: string; } } //# sourceMappingURL=full.d.ts.map