ref: 995a32b23775fd83b4d808d713b8d885cc2b297b
dir: /appl/charon/cookiesrv.m/
Cookiesrv: module {
PATH: con "/dis/charon/cookiesrv.dis";
Client: adt {
fd: ref Sys->FD;
set: fn(c: self ref Client,host, path, cookie: string);
getcookies: fn(c: self ref Client, host, path: string, secure: int): string;
};
# save interval is in minutes
start: fn(path: string, saveinterval: int): ref Client;
};