UNPKG

httpsnippet

Version:

HTTP Request snippet generator for *most* languages

12 lines (11 loc) 260 B
"use strict"; var settings = { async: true, crossDomain: true, url: 'http://mockbin.com/har?foo%5Bbar%5D=baz%2Czap&fiz=buz&key=value', method: 'GET', headers: {} }; $.ajax(settings).done(function (response) { console.log(response); });