Skip to content

Instantly share code, notes, and snippets.

@euoia
Created March 18, 2013 21:51
Show Gist options
  • Save euoia/5191151 to your computer and use it in GitHub Desktop.
Save euoia/5191151 to your computer and use it in GitHub Desktop.
http-proxy|⇒ curl -I http://localhost:3001/app
HTTP/1.1 500 Internal Server Error
Content-Type: text/plain
Date: Mon, 18 Mar 2013 21:51:13 GMT
Connection: keep-alive
http-proxy|⇒ curl -I http://localhost:3001/not-a-route
HTTP/1.1 404 Not Found
Date: Mon, 18 Mar 2013 21:51:16 GMT
Connection: keep-alive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment