Robert Pustułka
|
fef1ebfdd1
Added `protocolRelative` option to `buildUrl()` method.
|
8 years ago |
Robert Pustułka
|
1feffe862d
Support protocol relative URL in HTTP Client.
|
8 years ago |
Mark Story
|
2e67e5768a
Adapt changes in #10876 to use undeprecated methods.
|
8 years ago |
Mark Story
|
c9a059ce1b
Merge branch 'master' into 3.next
|
8 years ago |
Robert Pustułka
|
bcd94078eb
Move redirects handling to the Client.
|
8 years ago |
Mark Story
|
668c087398
Merge branch 'master' into 3.next
|
8 years ago |
Marc Würth
|
3a6bd75832
Use HTTPS for the opensource.org URL
|
8 years ago |
Marc Würth
|
c61ab5ee95
Use HTTPS for the cakefoundation.org URL
|
8 years ago |
Marc Würth
|
4c774ce4b7
Use HTTPS for the cakephp.org URL
|
8 years ago |
Robert Pustułka
|
c4833ec82b
Remove removeCookie() method.
|
8 years ago |
Robert Pustułka
|
342d624f66
Added addCookie() and removeCookie() methods to Cake\Http\Client.
|
8 years ago |
Robert Pustułka
|
19935c0447
Revert cookie collection setter.
|
8 years ago |
Robert Pustułka
|
c0f503099b
Reverted the old cookie collection in order to keep BC.
|
8 years ago |
Robert Pustułka
|
ddfa92c9a3
Added a setter for cookie collection.
|
8 years ago |
Robert Pustułka
|
ba58067ac6
Use general CookieCollection instead of a deprecated one.
|
8 years ago |
Mark Story
|
b5806c9c34
Fix typo
|
9 years ago |
Mark Story
|
b03ddd23e1
Update Client and Stream to use new cookie collection.
|
9 years ago |
Mark Story
|
5034140325
Use undeprecated methods for adding cookies.
|
9 years ago |
Mark Story
|
87d90622b1
Use undeprecated method when storing cookies from responses.
|
9 years ago |
Mark Story
|
888ff74326
Replace calls to config() with get/setConfig()
|
9 years ago |
Mark Story
|
946478e7a1
Update backwards compat alias generation.
|
9 years ago |
Anthony GRASSIOT
|
003df77ed0
Deprecation removal
|
9 years ago |
Andrew LeCody
|
0804be9792
Body should default to null for GET requests with Http Client
|
9 years ago |
Mark Sch
|
fc80b7ee82
Update Client.php
|
9 years ago |
mscherer
|
19ebb13a78
Fix up forgotten class aliasing issues and typehinting.
|
9 years ago |
antograssiot
|
3bfa33bc47
fix CS
|
9 years ago |
Mark Story
|
01f016a849
Use PSR7 interfaces internally in auth plugins.
|
10 years ago |
Mark Story
|
38d3cc5d70
Start using PSR7 interfaces more internally.
|
10 years ago |
Mark Story
|
c03a217ab3
Give Http\Client\Request a more useful constructor.
|
10 years ago |
Mark Story
|
a495cb0818
Get client tests passing.
|
10 years ago |