UNPKG

httpsnippet-lite

Version:

HTTP Request snippet generator for *most* languages

16 lines (15 loc) 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.objc = void 0; const client_js_1 = require("./nsurlsession/client.js"); exports.objc = { info: { key: 'objc', title: 'Objective-C', extname: '.m', default: 'nsurlsession', }, clientsById: { nsurlsession: client_js_1.nsurlsession, }, };