@hoppscotch/httpsnippet
Version:
HTTP Request snippet generator for *most* languages
18 lines • 437 B
JavaScript
;
exports.__esModule = true;
exports.csharp = void 0;
var client_1 = require("./httpclient/client");
var client_2 = require("./restsharp/client");
exports.csharp = {
info: {
key: 'csharp',
title: 'C#',
extname: '.cs',
"default": 'restsharp'
},
clientsById: {
httpclient: client_1.httpclient,
restsharp: client_2.restsharp
}
};
//# sourceMappingURL=target.js.map