struct Server::Config::Cookie
- Server::Config::Cookie
- Struct
- Value
- Object
Included Modules
- YAML::Serializable
Defined in:
server.crConstructors
Instance Method Summary
- #field : String
- #field=(field : String)
- #name : String
- #name=(name : String)
- #refresh_time : Int32
- #refresh_time=(refresh_time : Int32)
- #secret : Bytes
- #secret=(secret : Bytes)
- #secure : Bool
- #secure=(secure : Bool)
- #valid_time : Int32
- #valid_time=(valid_time : Int32)