UNPKG

httpsnippet-lite

Version:

HTTP Request snippet generator for *most* languages

13 lines (12 loc) 235 B
import { http11 } from "./http1.1/client.mjs"; export const http = { info: { key: 'http', title: 'HTTP', extname: null, default: '1.1', }, clientsById: { 'http1.1': http11, }, };