class Loveline::NullCookieJar
- Loveline::NullCookieJar
- Reference
- Object
Included Modules
Defined in:
loveline/cookie_jar.crInstance Method Summary
- #load_exact?(domain : String, path : String, name : String) : Cookie | Nil
- #search(request_host : String, request_path : String, request_secure : Bool, now : Time, *, name : String | Nil = nil, domain_matcher : Cookie::DomainMatcher, path_matcher : Cookie::PathMatcher) : Array(Cookie)
Instance methods inherited from module Loveline::CookieJar
get_all
get_all,
load_exact?(domain : String, path : String, name : String)
load_exact?,
search(request_host : String, request_path : String, request_secure : Bool, now : Time, *, name : String | Nil = nil, domain_matcher : Cookie::DomainMatcher, path_matcher : Cookie::PathMatcher)
search
Instance Method Detail
def search(request_host : String, request_path : String, request_secure : Bool, now : Time, *, name : String | Nil = nil, domain_matcher : Cookie::DomainMatcher, path_matcher : Cookie::PathMatcher) : Array(Cookie)
#