UNPKG

httpsnippet-lite

Version:

HTTP Request snippet generator for *most* languages

13 lines (12 loc) 221 B
import { libcurl } from "./libcurl/client.mjs"; export const c = { info: { key: 'c', title: 'C', extname: '.c', default: 'libcurl', }, clientsById: { libcurl, }, };