supermanner
|
c02310811c
Add test to check whether unexpected cookie propery isn't included
|
8 年 前 |
supermanner
|
11375f7d3a
Fix CookieCollection::parseSetCookieHeader when the cookie has properties that are not expected in Cookie Object
|
8 年 前 |
Mark Story
|
1f87637644
Don't append an empty Cookie header
|
8 年 前 |
Robert Pustułka
|
0f9c1c792b
Added support for cookie Max-Age.
|
8 年 前 |
Mark Story
|
ed64d09845
Use DateTime objects internally.
|
9 年 前 |
Mark Story
|
d1bd022d58
Add method allowing CookieCollections to be created from requests.
|
9 年 前 |
Mark Story
|
f319be4eac
Add a factory method for building a CookieCollection from a header.
|
9 年 前 |
Mark Story
|
5052abb890
Allow extra cookies when building the cookie header
|
9 年 前 |
Mark Story
|
edd7109b6c
Use methods that exist on RequestInterface
|
9 年 前 |
Mark Story
|
24e8b476b1
Move deprecated code into the deprecated client CookieCollection.
|
9 年 前 |
Mark Story
|
9860a554ae
Add backwards compatibility mode for get()
|
9 年 前 |
Mark Story
|
a9e1d0858d
Add store() and fix cookie expiration/overwrite
|
9 年 前 |
Mark Story
|
1137d802ac
Fix phpcs errors.
|
9 年 前 |
Mark Story
|
bd317d91f0
Add test for leading dot cookies.
|
9 年 前 |
Mark Story
|
8dbf562040
Add CookieCollection::addToRequest()
|
9 年 前 |
Mark Story
|
6349b31776
urldecode data in cookies.
|
9 年 前 |
Mark Story
|
ea4951d2f0
Add test for ignoring expired cookies.
|
9 年 前 |
Mark Story
|
0f6dffd969
Allow cookie collections to store duplicates.
|
9 年 前 |
Mark Story
|
32d2f13517
Initial implementation of addFromResponse()
|
9 年 前 |
Mark Story
|
91aeee154e
Make add() and remove() operate in an immutable way.
|
9 年 前 |
Mark Story
|
c0d6659bb8
Fix up lint and don't make temporary variables.
|
9 年 前 |
Mark Story
|
5bfe86eaa3
Implement add() and count() for CookieCollection.
|
9 年 前 |
Mark Story
|
1b61694dd7
Add remove() to CookieCollection.
|
9 年 前 |
Mark Story
|
8890344f27
Add get() and has() to CookieCollection.
|
9 年 前 |
Florian Krämer
|
f0d11af63d
Doc block and phpcs fixes
|
9 年 前 |
Florian Krämer
|
d571324e38
Working on the cookie implementation tests
|
9 年 前 |