Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
boa
master
Top Level Namespace
Boa
BestMatchException
NoMatchException
Parser
Path
PathHandler
Built with Crystal 1.9.2
2023-10-07 10:41:00 UTC
struct
Boa::Path
Boa::Path
Struct
Value
Object
Defined in:
boa/path.cr
Constructors
.new
(path : String, &handler : Hash(String, String) -> _)
Instance Method Summary
#handler
: Hash(String, String) -> Nil
#path
: String
Constructor Detail
def self.
new
(path : String, &handler : Hash(String, String) -> _)
#
[
View source
]
Instance Method Detail
def
handler
: Hash(String, String) -> Nil
#
[
View source
]
def
path
: String
#
[
View source
]