Packages

A library for storing cookies in a jar and sending them with HTTP requests.

Current section

Files

Jump to
biscotto include biscotto_Cookie.hrl
Raw

include/biscotto_Cookie.hrl

-record(cookie, {
name :: binary(),
value :: binary(),
domain :: binary(),
path :: binary(),
expires :: binary(),
secure :: boolean()
}).