Skip to content

Instantly share code, notes, and snippets.

@mwmitchell
Created February 3, 2014 19:20
Show Gist options
  • Save mwmitchell/8790483 to your computer and use it in GitHub Desktop.
Save mwmitchell/8790483 to your computer and use it in GitHub Desktop.
* 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