aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/http/test_cookies.py
Commit message (Expand)AuthorAgeFilesLines
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-365/+0
* netlib.tutils -> mitmproxy.test.tutilsAldo Cortesi2016-10-201-1/+1
* parse_set_cookie header returns an empty list if no cookies are foundAldo Cortesi2016-09-281-3/+3
* Add tests for comma separated Set-CookiesShadab Zafar2016-09-271-10/+47
* Make needed changes in testsShadab Zafar2016-09-271-30/+33
* Update cookie testsShadab Zafar2016-09-271-91/+84
* Use test times less than 2038Shadab Zafar2016-08-151-3/+3
* Assert cookie groups explicitly rather than just the lengthShadab Zafar2016-08-151-16/+40
* Add some cookie formatting related testsShadab Zafar2016-08-151-3/+3
* Add a function to get cookie expiration timeShadab Zafar2016-08-151-0/+20
* Add method to group pairs by cookiesShadab Zafar2016-08-151-0/+20
* Test cookies.is_expired separatelyShadab Zafar2016-07-101-0/+21
* more style cleanupThomas Kriechbaumer2016-05-291-1/+1
* improve MultiDict, add ImmutableMultiDict, adjust response.cookiesMaximilian Hils2016-05-181-5/+9
* add MultiDictMaximilian Hils2016-05-181-2/+2
* improve cookie parsingThomas Kriechbaumer2016-05-101-2/+11
* move HTTPResponse.refresh into netlibMaximilian Hils2016-04-021-0/+16
* move tests into shared folderMaximilian Hils2016-02-151-0/+218