class

Marten::HTTP::Cookies::SubStore::Base

Inherits Reference / Object

Abstract sub cookie store.

Constructors

new(store : Cookies)
Source

Instance methods

[](name : String | Symbol)
Source
[]=(name, value)
Source
[]?(name : String | Symbol)
Source
fetch(name : String | Symbol, default = nil)
Source
set(name : String | Symbol, value, **kwargs) : Nil
Source