UNPKG

@hoppscotch/httpsnippet

Version:

HTTP Request snippet generator for *most* languages

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