d2m / cookies

Client side cookies (Dart)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##cookies

A client-side cookie library.

ported from http://www.quirksmode.org/js/cookies.html

Functions

void eraseCookie(String name) : Remove cookie

String readCookie(String name) : Read cookie values, returns null when the cookie does not exist

void createCookie(String name, String value, int days) : Create client side cookie

About

Client side cookies (Dart)

License:MIT License


Languages

Language:Dart 100.0%