Skip to content

Instantly share code, notes, and snippets.

@gaurish
Created April 25, 2012 14:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaurish/2490212 to your computer and use it in GitHub Desktop.
Save gaurish/2490212 to your computer and use it in GitHub Desktop.
Get status of a http request in single line code
ruby -e "require 'open-uri'; open('http://google.com'){|response| print response.status}"
#["200", "OK"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment