UNPKG

@hoppscotch/httpsnippet

Version:

HTTP Request snippet generator for *most* languages

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