mscherer
|
64ef1f0e28
Fix phpstan reported doc block and casting issues.
|
7 years ago |
mscherer
|
4fd1bd1a35
Add missing versions to deprecation notices.
|
7 years ago |
ADmad
|
5f3a304ab3
Fix errors reported by phpstan.
|
8 years ago |
Mark Story
|
f14218562b
Merge branch 'master' into 3.next
|
8 years ago |
ADmad
|
4efa6b60ad
Fix few errors reported by phpstan level 3
|
8 years ago |
Mark Story
|
28cf5ba504
Merge branch 'master' into 3.next
|
8 years ago |
David Yell
|
199cfa20bc
Docblock tweaks
|
8 years ago |
Mark Story
|
792f1b97e1
Fix warnings in Http/Client tests.
|
8 years ago |
dereuromark
|
35f70ad2c9
Improve doc blocks for IDE understanding.
|
8 years ago |
Mark Story
|
2163569d17
Merge pull request #11163 from robertpustulka/schemeless-url-fix
|
8 years ago |
Robert Pustułka
|
fef1ebfdd1
Added `protocolRelative` option to `buildUrl()` method.
|
8 years ago |
Robert Pustułka
|
ce75980299
Require that cookies added to the Client have a path and a domain.
|
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 |