File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ Curl::patch($url, $data = array())
203
203
Curl::post($url, $data = array(), $follow_303_with_post = false)
204
204
Curl::progress($callback)
205
205
Curl::put($url, $data = array())
206
+ Curl::search($url, $data = array())
206
207
Curl::setBasicAuthentication($username, $password = '')
207
208
Curl::setConnectTimeout($seconds)
208
209
Curl::setCookie($key, $value)
@@ -242,6 +243,7 @@ MultiCurl::addOptions($url, $data = array())
242
243
MultiCurl::addPatch($url, $data = array())
243
244
MultiCurl::addPost($url, $data = array(), $follow_303_with_post = false)
244
245
MultiCurl::addPut($url, $data = array())
246
+ MultiCurl::addSearch($url, $data = array())
245
247
MultiCurl::beforeSend($callback)
246
248
MultiCurl::close()
247
249
MultiCurl::complete($callback)
Original file line number Diff line number Diff line change 5
5
6
6
class Curl
7
7
{
8
- const VERSION = '5.0 .0 ' ;
8
+ const VERSION = '5.1 .0 ' ;
9
9
const DEFAULT_TIMEOUT = 30 ;
10
10
11
11
public static $ RFC2616 = array (
You can’t perform that action at this time.
0 commit comments