cookie
cookie copied to clipboard
Simple Cookies manipulation package for Dart
Results
2
cookie issues
Sort by
recently updated
recently updated
newest added
Just fixing some stuff for Dart 2.
Cookies seem to use [RFC-1123](https://tools.ietf.org/html/rfc1123) for dates, see: [RFC-6265](https://tools.ietf.org/html/rfc6265#section-4.1.1). This is seems to be implemented by [dart:io HttpDate](https://api.dartlang.org/stable/2.0.0/dart-io/HttpDate-class.html)