class Loveline::NullCookieJar

Included Modules

Defined in:

loveline/cookie_jar.cr

Instance Method Summary

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 load_exact?(domain : String, path : String, name : String) : Cookie | Nil #

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

[View source]