Cgi.cookies

Separates out the cookie header into individual name/value pairs (which is how you set them!)

class Cgi
immutable(string[string]) cookies;
Suggestion Box / Bug Report