UNPKG

httpsnippet-lite

Version:

HTTP Request snippet generator for *most* languages

16 lines (15 loc) 347 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.http = void 0; const client_js_1 = require("./http1.1/client.js"); exports.http = { info: { key: 'http', title: 'HTTP', extname: null, default: '1.1', }, clientsById: { 'http1.1': client_js_1.http11, }, };