Skip to content

Instantly share code, notes, and snippets.

@neurotech
Created April 11, 2016 02:03
Show Gist options
  • Save neurotech/ed28a01d2d0bd45653ff91a5f6717364 to your computer and use it in GitHub Desktop.
Save neurotech/ed28a01d2d0bd45653ff91a5f6717364 to your computer and use it in GitHub Desktop.
request object
var exampleRequest = {
headers: {
host: 'localhost',
Authorization: 'Basic username:accessKey',
Server: 'rollbar-relay Example Application'
},
protocol: 'https',
url: '/index.html?foo=bar',
method: 'GET',
body: 'body',
route: {
path: 'home/index'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment