0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Dec 09, 2024 — Dec 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing broken test. More... over 11 years ago
Explaining new option for sending a json object as a post body. More... over 11 years ago
Explaining new option for sending a json object as a post body. More... over 11 years ago
Setting it up so you can send a json object as the body of a post request. More... over 11 years ago
Name spaced curl in request method. More... over 11 years ago
fixed a typo More... almost 13 years ago
Added composer install info More... almost 13 years ago
Fixed some typos on the README file More... almost 13 years ago
Fixed typo in variable name More... almost 13 years ago
Added conditional if no requests are providerd on instantiation of the BatchHanlder obj More... almost 13 years ago
Updated README file for BatchHandler More... almost 13 years ago
Updated Curl test to remove google and use http://httpbin.org instead. More... almost 13 years ago
Merge branch 'master' of github.com:jwoodcock/CurlBack into development More... almost 13 years ago
Merge pull request #20 from mfrost503/master More... almost 13 years ago
encapsulating the 2 foreach statements into a private method to eliminate duplication More... almost 13 years ago
Merge pull request #19 from mfrost503/master More... almost 13 years ago
adding php 5.4 to the travis file More... almost 13 years ago
adding the travis file for travis-ci More... almost 13 years ago
Moved the Curl object from inside of the BatchHanlder to outside as a Dependency Injection More... almost 13 years ago
Added batching processing of URLs and testing files More... almost 13 years ago
Separated response, request and httpcode from Curl control and provided tests More... almost 13 years ago
Merge pull request #17 from joecwallace/master More... almost 13 years ago
Changed header storage to key-value pairs from numeric index, but kept numeric setting, resetting, and removal for backwards compatibility. More... almost 13 years ago
Updated testMakeRequestWithError() test to check for 404 error code instead of response content More... almost 13 years ago
Simplified get variable processing to one line More... almost 13 years ago
Added license to composer More... almost 13 years ago
Changing license bullets to ul element More... almost 13 years ago
Added BSD license to README file More... almost 13 years ago
Updated the descripton for setHeader() method to reference array acceptance. More... almost 13 years ago
Updated documentation to reference convenience methods More... almost 13 years ago