UNPKG

httpsnippet-lite

Version:

HTTP Request snippet generator for *most* languages

13 lines (12 loc) 229 B
import { cohttp } from './cohttp/client.js'; export const ocaml = { info: { key: 'ocaml', title: 'OCaml', extname: '.ml', default: 'cohttp', }, clientsById: { cohttp, }, };