UNPKG

httpsnippet-lite

Version:

HTTP Request snippet generator for *most* languages

18 lines (17 loc) 464 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.csharp = void 0; const client_js_1 = require("./httpclient/client.cjs"); const client_js_2 = require("./restsharp/client.cjs"); exports.csharp = { info: { key: 'csharp', title: 'C#', extname: '.cs', default: 'restsharp', }, clientsById: { httpclient: client_js_1.httpclient, restsharp: client_js_2.restsharp, }, };