Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
HTTP::FileCookieJar
Inherits
HTTP::CookieJar
<
Enumerable
<
Reference
<
Object
Constructors
new
(filename :
String
|
Nil
= nil, policy :
HTTP::CookiePolicy
=
HTTP::DefaultCookiePolicy
.new)
Source
Instance methods
filename
Source
filename=
(filename :
String
|
Nil
)
Source
load
(path :
String
|
Nil
= @filename) : self
Source
save
(path :
String
|
Nil
= @filename, include_session :
Bool
= false) :
Nil
Source