enum Loveline::Cookie::PathMatcher

Defined in:

loveline/cookie.cr

Enum Members

Exact = 0
Request = 1
Subpaths = 2

Instance Method Summary

Instance methods inherited from struct Enum

to_yaml(yaml : YAML::Nodes::Builder) to_yaml

Constructor methods inherited from struct Enum

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) new

Instance Method Detail

def exact? #

[View source]
def request? #

[View source]
def subpaths? #

[View source]