1. * Adding handle: conn: 0x7fe542804000
  2. * Adding handle: send: 0
  3. * Adding handle: recv: 0
  4. * Curl_addHandleToPipeline: length: 1
  5. * - Conn 0 (0x7fe542804000) send_pipe: 1, recv_pipe: 0
  6. * About to connect() to local.api.com port 80 (#0)
  7. * Trying 127.0.0.1...
  8. * Connected to local.api.com (127.0.0.1) port 80 (#0)
  9. > PUT /api/v1/lesson/ HTTP/1.1
  10. > User-Agent: curl/7.30.0
  11. > Host: local.api.com
  12. > Accept: */*
  13. > Content-Length: 7
  14. > Content-Type: application/x-www-form-urlencoded
  15. >
  16. * upload completely sent off: 7 out of 7 bytes
  17. < HTTP/1.1 200 OK
  18. < Date: Fri, 13 Jun 2014 00:38:13 GMT
  19. * Server Apache/2.2.26 (Unix) DAV/2 PHP/5.4.24 mod_ssl/2.2.26 OpenSSL/0.9.8y is not blacklisted
  20. < Server: Apache/2.2.26 (Unix) DAV/2 PHP/5.4.24 mod_ssl/2.2.26 OpenSSL/0.9.8y
  21. < X-Powered-By: PHP/5.4.24
  22. < Set-Cookie: wire=6b21ebf5da6b00d12fc0fd2e3b6879a7; path=/; HttpOnly
  23. < Expires: Thu, 19 Nov 1981 08:52:00 GMT
  24. < Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  25. < Pragma: no-cache
  26. < Content-Length: 35
  27. < Content-Type: text/html; charset=utf-8