class Amber::Router::Cookies::SignedStore
  
  
    
  
    Defined in:
  
  
    
      
        amber/router/cookies/signed_store.cr
      
    
    
  
  
    
  
    Constructors
  
  
  
    
  
    Instance Method Summary
  
  
  
    
  
  
  
    
      [](name)
    [], 
    
  
    
      []=(name, value)
    []=, 
    
  
    
      get(name)
    get, 
    
  
    
      set(name : String, value : String, path : String = "/", expires : Time | Nil = nil, domain : String | Nil = nil, secure : Bool = false, http_only : Bool = false, extension : String | Nil = nil)
    set, 
    
  
    
      store : Store
    store
    
  
    
  
  
  
    
      new(store : Amber::Router::Cookies::Store)
    new
    
  
    
  
    
    
    
  
    
    
    
  
 
  
    
  
    Constructor Detail
  
  
    
      
        
        def self.
new(store, secret)
        
#
       
      
      
      
     
  
  
    
  
    Instance Method Detail
  
  
    
  
    
      
        
        def 
set(name : 
String, value : 
String, path : 
String = 
"/", expires : Time | Nil = 
nil, domain : 
String | Nil = 
nil, secure : Bool = 
false, http_only : Bool = 
false, extension : 
String | Nil = 
nil)
        
#