UNPKG

httpsnippet-lite

Version:

HTTP Request snippet generator for *most* languages

15 lines (14 loc) 315 B
import { httpclient } from "./httpclient/client.mjs"; import { restsharp } from "./restsharp/client.mjs"; export const csharp = { info: { key: 'csharp', title: 'C#', extname: '.cs', default: 'restsharp', }, clientsById: { httpclient, restsharp, }, };