Crate nescookie

Source

Modules§

error

Structs§

Cookie
Representation of an HTTP cookie.
CookieJar
A collection of cookies that tracks its modifications.
CookieJarBuilder
A netscape cookie parser allowing generating a new CookieJar or writing to an exist one.
OffsetDateTime
A PrimitiveDateTime with a UtcOffset.

Functions§

open
Opens a file with path and parses it as CookieJar
parse
Parses a CookieJar from an str
parse_buffer
Parses a CookieJar from something that implements BufRead