Skip to content

Instantly share code, notes, and snippets.

@mlconnor
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlconnor/dbab14cf01f0fe4662ac to your computer and use it in GitHub Desktop.
Save mlconnor/dbab14cf01f0fe4662ac to your computer and use it in GitHub Desktop.
A template for request.js call to Google search
{
"uri" : "https://www.google.com/search",
"qs" : { "q" : "Example Search" },
"method" : "GET",
"headers" : {
"User-Agent" : "Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5355d Safari/8536.25"
},
"strictSSL" : false,
"timeout" : 20000,
"followRedirect" : false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment