client_cookie 2.2.1 copy "client_cookie: ^2.2.1" to clipboard
client_cookie: ^2.2.1 copied to clipboard

outdated

Emulates Cookie store for dart:io and Flutter as if its a Browser. Parses cookies from 'set-cookie' response header and also writes cookies to request header.

Changelog #

2.1.8 #

  • parseSetCookie to parse set-cookie header and get a map of set cookies
  • ClientCookie.fromSetCookie to parse ClientCookie from one set-cookie item
  • Bug fixes

2.1.4 #

  • Dart 2 stable

2.1.2 #

  • Added cookie and cookiesMap to CookieStore

2.1.1 #

  • Renamed addOneCookie to parseOneCookie
  • Renamed addResponse to addFromResponse
  • Added addFromHeader

1.0.0 #

  • Added toHeader static method to ClientCookie
6
likes
30
pub points
56%
popularity

Publisher

unverified uploader

Emulates Cookie store for dart:io and Flutter as if its a Browser. Parses cookies from 'set-cookie' response header and also writes cookies to request header.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

http

More

Packages that depend on client_cookie