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
39c21041a5
Clean up per PSR2
2016-08-24 00:25:38 -07:00
Zach Borboa
db632505f5
Add vendor dir symlink for examples
2015-10-25 22:19:42 -07:00
Zach Borboa
eda9043170
Update examples with autoloading
2015-10-23 22:18:16 -07:00
Zach Borboa
987c23fcce
Simplify progress example
2015-03-04 03:01:18 +07:00
Zach Borboa
874bc8c7b0
Add additional progress bar example
2015-03-03 03:12:04 +07:00