module Loveline::CookieJar
Direct including types
Defined in:
loveline/cookie_jar.crInstance Method Summary
- #get_all
- #load_exact?(domain : String, path : String, name : String)
- #search(request_host : String, request_path : String, request_secure : Bool, now : Time, *, name : String | Nil = nil, domain_matcher : Cookie::DomainMatcher, path_matcher : Cookie::PathMatcher)
Instance Method Detail
abstract
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)
#