httpsnippet-lite
Version:
HTTP Request snippet generator for *most* languages
16 lines (15 loc) • 351 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ocaml = void 0;
const client_js_1 = require("./cohttp/client.js");
exports.ocaml = {
info: {
key: 'ocaml',
title: 'OCaml',
extname: '.ml',
default: 'cohttp',
},
clientsById: {
cohttp: client_js_1.cohttp,
},
};
;