Skip to content

Instantly share code, notes, and snippets.

@bleathem
Created October 14, 2014 17:29
Show Gist options
  • Save bleathem/2af67176f899fc52417a to your computer and use it in GitHub Desktop.
Save bleathem/2af67176f899fc52417a to your computer and use it in GitHub Desktop.
[]bleathem@redhat:~/workspace/visualCubeGenerator/backend (master *$>) $ curl -v http://localhost:9000/solve
* Hostname was NOT found in DNS cache
* Trying 127.0.0.1...
* Connected to localhost (127.0.0.1) port 9000 (#0)
> GET /solve HTTP/1.1
> User-Agent: curl/7.35.0
> Host: localhost:9000
> Accept: */*
>
< HTTP/1.1 200 OK
< X-Powered-By: Express
< Access-Controll-Allow-Origin: *
< Access-Controll-Allow-Methods: GET, PUT, POST, DELETE, OPTIONS
< Access-Controll-Allow-Header: Content-type, Authorization
< Content-Type: application/json; charset=utf-8
< Content-Length: 2
< ETag: W/"2-d4cbb29"
< Date: Tue, 14 Oct 2014 17:25:01 GMT
< Connection: keep-alive
<
* Connection #0 to host localhost left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment