Created
February 3, 2014 19:20
-
-
Save mwmitchell/8790483 to your computer and use it in GitHub Desktop.
This file contains 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
* Adding handle: conn: 0x7fad39804000 | |
* Adding handle: send: 0 | |
* Adding handle: recv: 0 | |
* Curl_addHandleToPipeline: length: 1 | |
* - Conn 0 (0x7fad39804000) send_pipe: 1, recv_pipe: 0 | |
* About to connect() to localhost port 8765 (#0) | |
* Trying ::1... | |
* Connected to localhost (::1) port 8765 (#0) | |
> GET /api HTTP/1.1 | |
> User-Agent: curl/7.30.0 | |
> Host: localhost:8765 | |
> Accept: */* | |
> | |
< HTTP/1.1 200 OK | |
< Content-Type: application/json | |
< Transfer-Encoding: chunked | |
< |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment