Skip to content

tomcra/cookie_jar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cookie_jar

A library for to support web cookies as described in RFC.

Usage

A simple usage example:

import 'package:cookie_jar/cookie_jar.dart';

main() {
  Cookie awesome = new Awesome();
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

This is a cookie library for dartlang including a cookie class and a cookie repository.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages