cookie_jar 4.0.1-beta cookie_jar: ^4.0.1-beta copied to clipboard
A cookie manager for http requests in Dart, by which you can deal with the complex cookie policy and persist cookies easily.
4.0.1-beta #
- Preserve cookies that with same name but in different paths when request (as Chrome). eg(in request header): Cookie: a=1; a=2; a=3
- Fix path and domain match error (#30)
- Fix#31: Use the "directory" of request-uri as default path if there is no 'Path' component in Set-Cookie line (in 3.x, used root '/', it is not standard).
3.0.1 #
- refactor
3.0.0 #
- Change all APIs to async
- Add
delete
、deleteAll
APIs in CookieJar class. - Support custom cookie persistent storage。
2.0.1 #
- support nullsafety
1.0.1 #
- add
forceInit
method for PersistCookieJar - handle cookie name conflicts
0.0.1 #
- Initial version, created by Stagehand