Created
October 15, 2017 02:11
-
-
Save khannedy/bc6a46d3826916dce0f484ed3c9b7754 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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