Skip to content

Instantly share code, notes, and snippets.

@darrenderidder
Last active December 20, 2015 16:59
Show Gist options
  • Save darrenderidder/6165010 to your computer and use it in GitHub Desktop.
Save darrenderidder/6165010 to your computer and use it in GitHub Desktop.
function defaultGetOptions(path) {
var options = {
"host": "localhost",
"port": port,
"path": path,
"method": "GET",
"headers": {
"Cookie": sessionCookie
}
};
return options;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment