UNPKG

@hoppscotch/httpsnippet

Version:

HTTP Request snippet generator for *most* languages

12 lines 253 B
"use strict"; var settings = { async: true, crossDomain: true, url: 'https://mockbin.com/har', method: 'GET', headers: {} }; $.ajax(settings).done(function (response) { console.log(response); }); //# sourceMappingURL=https.js.map