Jesse Skrivseth
|
c9c0a85250
|
Allow disabling of CURLOPT_SSL_VERIFYHOST
Useful when the SSL cert has an invalid or non-resolvable hostname
|
2015-06-05 19:50:11 -06:00 |
|
Ahmad Nassri
|
4221ee5138
|
setting custom curl options
- `Unirest\Request::curlOpt()`
- `Unirest\Request::curlOpts()`
- `Unirest\Request::clearCurlOpts()`
fixes #78
|
2015-04-08 17:35:14 -04:00 |
|
cristianp6
|
0293eb258c
|
Add cookie string support, aka CURLOPT_COOKIE
|
2015-04-03 12:04:49 +02:00 |
|
cristianp6
|
a1ed45be55
|
Fixed "Notice: Undefined variable: ch" on curl_setopt cookieFile
|
2015-04-03 11:16:17 +02:00 |
|
Ahmad Nassri
|
8da79e7898
|
updating README and fixing typo
|
2015-04-02 14:22:32 -04:00 |
|
Ahmad Nassri
|
217b436124
|
manually applying PR by @daydiff due to complex merge issues, closes #67
|
2015-04-02 14:11:23 -04:00 |
|
Ahmad Nassri
|
530905c7c9
|
switch to using curl_setopt_array for better readability, added utility methods Fixes #66
|
2015-03-01 02:48:16 -05:00 |
|
thibaultCha
|
8b47e051ba
|
Set Mashape Key by calling setDefaultHeader
|
2015-02-05 23:02:12 -08:00 |
|
thibaultCha
|
fb241f6898
|
Native 'setMashapeKey' method for X-Mashape-Key header
|
2015-02-05 20:49:06 -08:00 |
|
Ahmad Nassri
|
d5a7ad40bd
|
fix to deprecated method + more tests
|
2015-02-05 13:00:49 -05:00 |
|
Ahmad Nassri
|
8af870ff69
|
fix depreicated method as well!
|
2015-02-05 12:53:30 -05:00 |
|
Ahmad Nassri
|
ae01978eb3
|
php 5.4 cURL does not support setting username and password separately
|
2015-02-05 12:48:56 -05:00 |
|
Ahmad Nassri
|
2074abf904
|
keeping deprecated auth method functional
|
2015-02-05 12:22:46 -05:00 |
|
Ahmad Nassri
|
96cdf61101
|
allowing all native libcurl authentication methods
|
2015-02-05 12:19:47 -05:00 |
|
Ahmad Nassri
|
c5be546d1b
|
Proxies!
closes #47
|
2015-02-05 11:33:59 -05:00 |
|
Ahmad Nassri
|
3591292c3e
|
eliminating code smells and converting Unirest\Request::send into a public method
|
2015-01-15 01:42:43 -05:00 |
|
Ahmad Nassri
|
ba25e0304a
|
JSON Decoding options
- users can now specify all the json_decode params to be used
- additional method added: `Unirest\Request::defaultHeaders`
|
2015-01-15 01:22:23 -05:00 |
|
Ahmad Nassri
|
be9bca1d5a
|
splitting out Unirest\File and updating README
|
2015-01-14 18:31:21 -05:00 |
|
Ahmad Nassri
|
ed2a2df982
|
updating Request utility methods to match all of RFC7231
|
2015-01-14 18:15:13 -05:00 |
|
Ahmad Nassri
|
7a6df4cb82
|
adding the full scope of the HTTP Methods registery
|
2015-01-14 18:07:10 -05:00 |
|
Ahmad Nassri
|
eccbc76469
|
improving curl post body flattening for multidimensional arrays
|
2014-12-18 01:16:40 -05:00 |
|
Ahmad Nassri
|
d004129842
|
more scrutinizer-ci
|
2014-12-18 00:08:12 -05:00 |
|
Ahmad Nassri
|
97f51e1269
|
fixes from scrutinizer-ci
|
2014-12-18 00:05:49 -05:00 |
|
Ahmad Nassri
|
8ee4ba0753
|
adding a better query string parser that can handle arrays
|
2014-12-17 23:57:06 -05:00 |
|
Ahmad Nassri
|
07aa7ab19f
|
removing redundant setter/getter + adding PECL_HTTP like header parsing
|
2014-12-17 23:03:20 -05:00 |
|
Ahmad Nassri
|
b6efa7e1cc
|
PSR compliance
|
2014-12-17 22:44:33 -05:00 |
|
Ahmad Nassri
|
6347fa33ee
|
modifying directory name to standard usage
|
2014-12-17 22:38:46 -05:00 |
|