Commit Graph

110 Commits

Author SHA1 Message Date
Zach Borboa 28bb757012 Fix #554: Add example for making a request through a SOCKS 5 proxy 2018-10-30 21:51:31 -07:00
Zach Borboa c2f47ca553 Fix #553: Add example for sending a POST request with XML data 2018-10-30 21:17:05 -07:00
Sandy Ganz ab17c4f9c4 Removed index on response
The $curl->response seems to be all that is needed, the 'json' index was invalid when I tried it.
2018-10-10 09:05:22 -07:00
Zach Borboa 0f790e77b6 Ensure any code after a redirect is not executed 2018-10-01 23:54:52 -07:00
Zach Borboa 6ce706da91 Fix #532: Add example that uses manual json encoding 2018-07-27 01:03:34 -07:00
Zach Borboa 01d9955e6d Use correct mime type 2018-07-22 21:41:43 -07:00
Zach Borboa d474d3f40f Default Curl::setProxyTunnel() to enable tunneling; Use Curl::setProxyTunnel() in proxy example 2018-07-17 20:21:44 -07:00
Zach Borboa 29dd124a6d Use Curl::setProxy() in proxy example 2018-07-17 20:16:55 -07:00
Zach Borboa eca70c8d41 Add custom xml decoder example 2018-06-19 01:23:24 -07:00
Zach Borboa dd886611e6 Add script to start development servers for load test 2018-04-28 00:32:01 -07:00
Zach Borboa 00cfe93f6a Use MultiCurl::setConcurrency() in load test example 2018-04-27 23:31:46 -07:00
Zach Borboa ef4468d36f Fix #305: Implement Curl::getResponseCookies() 2017-11-01 22:59:25 -07:00
Zach Borboa a470ce9cf1 Clean up 2017-10-12 23:27:17 -07:00
Zach Borboa ce9ff3c7ec Fix #347: Add basic support for requests using relative paths 2017-10-09 19:30:36 -07:00
Zach Borboa 50d4b277e9 Use configurable max retries 2017-09-04 14:35:45 -07:00
Zach Borboa ab76ee5192 Add examples for Curl::setRetry() and MultiCurl::setRetry() 2017-09-02 02:42:23 -07:00
Zach Borboa 20d718e97e Allow examples to run without modification to the include path 2017-08-25 00:36:03 -07:00
Zach Borboa 3f4e0fc49e Fix sniff violation 2017-08-06 13:52:27 -07:00
Zach Borboa a4cf524119 Fix #459: Add example with json response as associative array 2017-07-30 14:27:20 -07:00
Zach Borboa 3736a07e3f Fix #454, #279: Remove vendor dir symlink causing issues 2017-06-28 03:59:11 -07:00
Zach Borboa eeaf3f9534 Clean up PSR-2 coding styles 2017-05-02 07:56:45 -07:00
Zach Borboa 2264362338 Clean up namespacing 2017-04-30 15:58:33 -07:00
Zach Borboa b754ebf065 Add Coinbase ETH spot price example 2017-04-30 13:29:12 -07:00
Zach Borboa a97721c8ea Add memory leak test examples 2017-04-30 13:19:59 -07:00
Zach Borboa c86e86d917 Fix #428: Add custom request example 2017-03-01 19:00:47 -08:00
Zach Borboa 80f874b7c2 Add multicurl download example with success, error, and complete callbacks 2016-12-23 00:55:16 -08:00
Zach Borboa 95c9f92c9f Clean up 2016-11-12 09:21:06 -08:00
Zach Borboa 36709adbba Clean up 2016-11-12 09:04:24 -08:00
Zach Borboa 5763a7c60f Remove unused variable 2016-10-14 19:46:06 -07:00
Zach Borboa 27abd4899a Add additional examples to cover supported request methods 2016-10-12 08:06:15 -07:00
Zach Borboa d17da3e5ee Remove unnecessary json_encode() on post data when using json content-type 2016-09-30 21:44:16 -07:00
Zach Borboa 15db0b95a3 Add syntax check exclusion; Clean up syntax 2016-09-27 00:28:57 -07:00
Zach Borboa ecdfa174cb Rename setURL to setUrl 2016-09-27 00:24:22 -07:00
Zach Borboa dfdbdee009 Add additional searchable keywords 2016-09-22 00:43:54 -07:00
Zach Borboa 77ef773aa3 Add searchable keywords 2016-09-21 23:59:44 -07:00
Zach Borboa 371a09b6e9 Fix #393: Add examples for POSTing data with and without indexes 2016-09-21 23:58:36 -07:00
Zach Borboa 52f4df9cfe Fix #322,#369: Add chunked transfer-encoding example 2016-09-12 02:16:21 -07:00
Zach Borboa 956ee3d23d Include error code in output on error 2016-09-12 01:45:08 -07:00
Zach Borboa dfc36bb38f Add download file with redirection example 2016-09-12 00:33:07 -07:00
Zach Borboa 443f5ddebf Fix unsupported short hand array for PHP 5.3 2016-09-04 21:27:01 -07:00
Zach Borboa fd834a8592 Add local load test example 2016-09-04 21:15:17 -07:00
Zach Borboa 75a944dd90 Clean up 2016-09-02 00:43:41 -07:00
Zach Borboa 7f66973a8c Fix #384: Add multi curl file upload example 2016-09-01 23:42:52 -07:00
Zach Borboa 39c21041a5 Clean up per PSR2 2016-08-24 00:25:38 -07:00
Zach Borboa e79c7feaf6 Add Google Spreadsheet example 2016-08-19 02:45:52 -07:00
Zach Borboa 0dcd1eb2b0 Remove newline before else 2016-08-19 00:39:19 -07:00
Zach Borboa cd19c3bd2d Simplify get example 2016-08-07 15:29:21 -07:00
Zach Borboa 7f8c8f11ab Use https 2016-08-07 15:26:38 -07:00
Zach Borboa 9daae806d5 Move post/redirect/get example to examples 2016-07-17 15:09:50 -07:00
Zach Borboa 9d94a9b8a1 Add HTTP GET examples with and without using base url 2016-07-04 02:46:44 -07:00