UNPKG

@hoppscotch/httpsnippet

Version:

HTTP Request snippet generator for *most* languages

18 lines 462 B
"use strict"; exports.__esModule = true; exports.powershell = void 0; var client_1 = require("./restmethod/client"); var client_2 = require("./webrequest/client"); exports.powershell = { info: { key: 'powershell', title: 'Powershell', extname: '.ps1', "default": 'webrequest' }, clientsById: { webrequest: client_2.webrequest, restmethod: client_1.restmethod } }; //# sourceMappingURL=target.js.map