UNPKG

httpsnippet-lite

Version:

HTTP Request snippet generator for *most* languages

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