Skip to content

Instantly share code, notes, and snippets.

@khannedy
Created October 15, 2017 02:11
Show Gist options
  • Save khannedy/bc6a46d3826916dce0f484ed3c9b7754 to your computer and use it in GitHub Desktop.
Save khannedy/bc6a46d3826916dce0f484ed3c9b7754 to your computer and use it in GitHub Desktop.
curl -v "http://localhost:8080/?secure=true"
* Hostname was NOT found in DNS cache
* Trying ::1...
* Connected to localhost (::1) port 8080 (#0)
> GET /?secure=true HTTP/1.1
> User-Agent: curl/7.37.1
> Host: localhost:8080
> Accept: */*
>
< HTTP/1.1 200
< Content-Type: application/json;charset=UTF-8
< Transfer-Encoding: chunked
< Date: Sun, 15 Oct 2017 02:10:53 GMT
<
* Connection #0 to host localhost left intact
{"name":"Demo","description":"Demoooooooo"}%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment