Zach Borboa
cd924d10c3
Update PHP_CodeSniffer ruleset: PSR2 → PSR12
2023-06-30 01:23:37 -07:00
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
161f9aea63
Use short array syntax
2021-03-18 01:15:52 -04:00
Zach Borboa
ea66e3bfb9
Standardize the use import statements
2020-04-17 18:47:59 -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
36709adbba
Clean up
2016-11-12 09:04:24 -08:00
Zach Borboa
27abd4899a
Add additional examples to cover supported request methods
2016-10-12 08:06:15 -07:00
Zach Borboa
eda9043170
Update examples with autoloading
2015-10-23 22:18:16 -07:00
Zach Borboa
364d043d38
Add upload file example; Update httpbin.org protocol
2015-07-28 17:46:29 -07:00
Zach Borboa
a8575a1ecd
Enforce indentation consistency in php files
2015-02-17 00:31:43 +07:00
Zach Borboa
360058c529
Use namespaces
2014-05-22 21:29:24 -07:00
Zach Borboa
9b19a8c906
Fix #41 : Add PUT example
2014-04-11 10:38:34 -07:00