Zach Borboa
acfd5bb1ee
Add more flair
2017-01-26 23:25:49 -08:00
Zach Borboa
b6e6524d29
Move array methods to separate file
2016-12-24 13:04:12 -08:00
Zach Borboa
7b5dd71bd5
Implement MultiCurl::setCookies()
2016-12-23 00:20:51 -08:00
Zach Borboa
296345b0a2
Implement Curl::setCookies()
2016-12-18 11:31:38 -08:00
Zach Borboa
c934f2252c
Improve description
2016-12-04 02:50:54 -08:00
Zach Borboa
36709adbba
Clean up
2016-11-12 09:04:24 -08:00
Zach Borboa
ed37de7d87
Fix #404 : Allow calling Curl::getInfo() without option
2016-11-04 02:24:50 -07:00
Zach Borboa
cbfbd66af0
Show a more complete first example
2016-10-18 00:56:43 -07:00
Zach Borboa
7b7b84eb68
Add additional security considerations
2016-10-12 23:43:24 -07:00
Zach Borboa
b127e6fb07
Add security section
2016-10-12 09:17:44 -07:00
Zach Borboa
e3d8cdd5d4
Update methods in readme
2016-10-12 08:30:29 -07:00
Zach Borboa
ecdfa174cb
Rename setURL to setUrl
2016-09-27 00:24:22 -07:00
Zach Borboa
36ad0e4ecf
Implement setHeaders()
2016-09-24 01:15:27 -07:00
Zach Borboa
90b17385f6
Implement removeHeader(); unsetHeader now unsets existing header
...
removeHeader() removes an internal request header.
unsetHeader() now removes an extra header previously set using setHeader().
2016-09-24 00:09:55 -07:00
Zach Borboa
b7f6a9da32
Use realistic referrer
2016-09-23 22:11:50 -07:00
Zach Borboa
c0d325b0ae
Use var_dump() as response is not always a string
2016-09-23 22:11:28 -07:00
Zach Borboa
4818885d3f
Update available methods in readme
2016-09-23 01:17:55 -07:00
Zach Borboa
f4fffbc486
Add ability to set the number of concurrent requests
2016-09-04 20:54:57 -07:00
Zach Borboa
7ca7ac3629
Use request-line header and effectiveUrl for assertions
2016-09-04 03:03:24 -07:00
Zach Borboa
a7b9042871
List PHP 7.1 compatibility
2016-09-04 01:48:25 -07:00
Zach Borboa
7038db4538
Make internal method private
2016-09-04 01:42:17 -07:00
Zach Borboa
c2d04221e7
Add MultiCurl::setPort()
2016-09-04 01:19:27 -07:00
Zach Borboa
35ac500e03
Improve cookie handling for multicurl requests.
...
Fix Curl::responseCookies set in headerCallback() being overwritten during multicurl request.
Use rfc cookie encoding when using MultiCurl::setCookie().
Make MultiCurl::responseCookies publicly accessible.
2016-09-04 01:12:06 -07:00
Zach Borboa
6c542c4784
Update readme methods
2016-09-03 23:20:18 -07:00
Zach Borboa
c118e61ebe
Update example callback as response is not always a string
2016-09-01 00:08:31 -07:00
Zach Borboa
03ea037827
Clean up
2016-09-01 00:04:15 -07:00
Zach Borboa
5877dd0933
Bump minor version
2016-08-18 19:27:24 -07:00
Zach Borboa
5fd3b4b3bf
Add additional more examples link
2016-08-12 01:39:54 -07:00
Zach Borboa
8f2b878237
Clean up spacing
2016-08-10 02:46:38 -07:00
Zach Borboa
157bee6697
Replace unsafe example
2016-08-10 02:44:53 -07:00
Zach Borboa
9aca3a996c
Clean up
2016-08-07 22:42:38 -07:00
Zach Borboa
26701569b2
Implement Curl::setOpts()
2016-08-07 22:41:12 -07:00
Zach Borboa
e08e9b43ea
Update readme
2016-08-07 21:01:10 -07:00
Zach Borboa
3c48f89d7c
Use a more correct user agent example
2016-08-07 15:27:32 -07:00
Zach Borboa
7f8c8f11ab
Use https
2016-08-07 15:26:38 -07:00
Zach Borboa
18d6effd49
Add latest commit version install instructions to readme
2016-08-07 02:08:29 -07:00
Zach Borboa
002777344d
Update methods available
2016-07-17 15:10:31 -07:00
Zach Borboa
9daae806d5
Move post/redirect/get example to examples
2016-07-17 15:09:50 -07:00
Zach Borboa
6085204f2f
Simplify Curl::setCookieString
2016-07-17 14:41:50 -07:00
Zach Borboa
1028030d8f
Add Curl::getInfo()
2016-07-11 01:07:35 -07:00
Zach Borboa
25d9304672
Add output parameter to MultiCurl::verbose
2016-07-04 11:34:52 -07:00
Zach Borboa
74f9d0fa37
Update parameter names to match for Curl::post() and MultiCurl::addPost()
2016-07-04 11:11:54 -07:00
Zach Borboa
932ec30d41
Use updated ci status image path location
2016-03-28 03:20:24 -07:00
Zach Borboa
c0a77417b9
Use non-branch ci status image
2016-03-28 03:19:20 -07:00
Cyrille Faucheux
dc6001688f
Support post-redirect-get requests
2016-03-05 13:45:25 +01:00
Zach Borboa
c9f785eff5
Update readme
2016-02-05 03:02:26 -08:00
Zach Borboa
ebca4c2c19
Add MultiCurl::setXmlDecoder
2016-01-31 10:53:32 -08:00
Zach Borboa
8cf2631c54
Fix #295 : Allow setting a custom XML decoder
2016-01-31 04:20:26 -08:00
Zach Borboa
5c341fa9ea
Link to examples in readme
2016-01-23 12:32:49 -08:00
Zach Borboa
8e8c968f13
Add PHP 7.0 to list of supported versions in readme
2016-01-16 03:36:38 -08:00