module Loveline::CookieJar

Direct including types

Defined in:

loveline/cookie_jar.cr

Instance Method Summary

Instance Method Detail

def get_all #

[View source]
abstract def load_exact?(domain : String, path : String, name : String) #

[View source]
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) #

[View source]