Gabriel
2b5b349036
phpdoc return type for ::post
2015-07-27 22:07:05 +03:00
Ahmad Nassri
99c6975f23
Merge pull request #79 from voodoodrul/patch-1
...
Allow disabling of CURLOPT_SSL_VERIFYHOST
2.6.1
2015-06-08 13:29:31 -04:00
Jesse Skrivseth
f257217434
Fix CURLOPT_SSL_VERIFYHOST issue
...
libcurl's CURLOPT_SSL_VERIFYHOST option accepts only values 0 and 2. This fix is fail-secure in that SSL host verification will be enabled regardless of what a caller passes to Request::verifyHost($bool) unless $bool === false.
2015-06-08 08:50:58 -06:00
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
3e375515fe
Update README.md
2015-04-22 11:40:44 -04:00
Ahmad Nassri
b6fb76ce12
oops, forgot notifications
2015-04-09 12:29:10 -04:00
Ahmad Nassri
5926846300
events are required for gitter hook?
2015-04-09 12:02:12 -04:00
Ahmad Nassri
feae18f980
add gitter webhook
2015-04-09 11:22:15 -04:00
Ahmad Nassri
b0df287d64
README fix
v2.6.0
2015-04-08 17:36:02 -04: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
Ahmad Nassri
ec5828c8aa
Merge pull request #77 from cristianp6/master
...
Fixed "Undefined variable: ch" and add cookie string support
v2.5.0
2015-04-03 13:08:41 -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
v2.4.0
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
d508bd9628
Merge pull request #76 from vlakarados/master
...
Add PHP version to readme.md's requirements
2015-03-30 03:40:31 -04:00
Sergey Telshevsky
7116894dad
Add PHP version to readme.md's requirements
2015-03-30 10:33:46 +03:00
Ahmad Nassri
f31ce371a0
updating all tests and docs to mockbins.com
v2.3.1
2015-03-07 06:00:42 -05:00
Ahmad Nassri
530905c7c9
switch to using curl_setopt_array for better readability, added utility methods Fixes #66
v2.3.0
2015-03-01 02:48:16 -05:00
Ahmad Nassri
139b58019c
Merge pull request #68 from thibaultCha/feature/set-mashape-key
...
Native 'setMashapeKey' method for X-Mashape-Key header
2015-02-10 20:16:30 -08:00
thibaultCha
8b47e051ba
Set Mashape Key by calling setDefaultHeader
2015-02-05 23:02:12 -08:00
thibaultCha
491064f40b
Add test for setMashapeKey
2015-02-05 21:09:01 -08:00
thibaultCha
fb241f6898
Native 'setMashapeKey' method for X-Mashape-Key header
2015-02-05 20:49:06 -08:00
Ahmad Nassri
f6fc64103f
Update README.md
2015-02-05 14:31:38 -05:00
Ahmad Nassri
11cf1eaa9f
Update README.md
2015-02-05 14:04:02 -05:00
Ahmad Nassri
d5a7ad40bd
fix to deprecated method + more tests
v2.2.1
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
v2.2.0
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
002c175cd1
typo fix
2015-02-05 11:41:42 -05:00
Ahmad Nassri
c5be546d1b
Proxies!
...
closes #47
2015-02-05 11:33:59 -05:00
Ahmad Nassri
5fa02336f9
rounded corners for badges
2015-01-15 17:31:04 -05:00
Ahmad Nassri
23c3cb5b00
fix badge + unified description
2015-01-15 17:15:37 -05:00
Ahmad Nassri
8ce5204c37
updates to badges and text
2015-01-15 15:25:45 -05:00
Ahmad Nassri
90be29ced4
typo
2.1.0
2015-01-15 01:47:58 -05:00
Ahmad Nassri
8dcb11e0a6
updating README with new info
2015-01-15 01:46:21 -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
3ec25a5d17
adjusting requirements
2015-01-15 01:32:53 -05:00
Ahmad Nassri
fbe66400fc
allow hhvm to fail
2015-01-15 01:30:10 -05:00
Ahmad Nassri
f68939375b
closing code
2015-01-15 01:25:30 -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
3bb82974cc
codeclimate seems to have a self-signed ssl, which causes errors in travis
2015-01-15 00:33:18 -05:00
Ahmad Nassri
3eb8536d3d
new test to validate #58
2015-01-15 00:30:47 -05:00
Ahmad Nassri
4762858017
fixing ext-json dependency for older php
2015-01-15 00:16:40 -05:00
Ahmad Nassri
7404fca828
minor update to README & Travis fix
2015-01-15 00:12:52 -05:00
Ahmad Nassri
1dfcade505
Update README.md
2015-01-14 21:47:33 -05:00
Ahmad Nassri
976247358b
Update README.md
2015-01-14 21:45:22 -05:00
Ahmad Nassri
a58c5592d5
Update README.md
2015-01-14 21:45:01 -05:00
Ahmad Nassri
3ffe191c1c
Merge pull request #63 from Mashape/cleanup
...
removing github image-url
2.0.0
2015-01-14 20:11:11 -05:00