UNPKG

httpsnippet-lite

Version:

HTTP Request snippet generator for *most* languages

17 lines (16 loc) 340 B
import { curl } from "./curl/client.mjs"; import { httpie } from "./httpie/client.mjs"; import { wget } from "./wget/client.mjs"; export const shell = { info: { key: 'shell', title: 'Shell', extname: '.sh', default: 'curl', }, clientsById: { curl, httpie, wget, }, };