cookie_jar 4.0.1-beta copy "cookie_jar: ^4.0.1-beta" to clipboard
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 deletedeleteAll 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
71
likes
0
pub points
98%
popularity

Publisher

verified publisherflutterchina.club

A cookie manager for http requests in Dart, by which you can deal with the complex cookie policy and persist cookies easily.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on cookie_jar