UNPKG

httpsnippet

Version:

HTTP Request snippet generator for *most* languages

14 lines (13 loc) 260 B
"use strict"; var settings = { async: true, crossDomain: true, url: 'http://mockbin.com/har', method: 'POST', headers: { cookie: 'foo=bar; bar=baz' } }; $.ajax(settings).done(function (response) { console.log(response); });