Commit Graph

11 Commits

Author SHA1 Message Date
Zach Borboa acf8e9f6a0 Include curl error code constant in curl error message (Curl::curlErrorMessage)
Before:
    Timeout was reached: Operation timed out after 30001 milliseconds with 1453867 out of 3000000 bytes received

After:
    Timeout was reached (CURLE_OPERATION_TIMEOUTED): Operation timed out after 30001 milliseconds with 1453867 out of 3000000 bytes received
2022-09-30 07:52:27 -07:00
Zach Borboa feca86813d Update urls used in examples 2021-04-03 09:24:19 -04:00
Zach Borboa ea66e3bfb9 Standardize the use import statements 2020-04-17 18:47:59 -07:00
Zach Borboa 11dbef81fe Fix #603: Add note on getting progress indicators to work 2019-10-13 22:28:45 -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 dfc36bb38f Add download file with redirection example 2016-09-12 00:33:07 -07:00
Zach Borboa 39c21041a5 Clean up per PSR2 2016-08-24 00:25:38 -07:00
Zach Borboa eda9043170 Update examples with autoloading 2015-10-23 22:18:16 -07:00
Zach Borboa 874bc8c7b0 Add additional progress bar example 2015-03-03 03:12:04 +07:00
Zach Borboa 55214cddb5 Simplify progress example 2015-03-03 00:59:59 +07:00
mohsen abe5bee54b Add progress callback 2015-02-27 17:59:07 +03:30