Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
radbas-routing
main
Radbas
Routing
Node
Type
Result
Router
Generated using Crystal 1.14.0
2025-02-03 10:09:25 UTC
enum
Radbas::
Routing::
Node::
Type
Defined in:
radbas-routing/node.cr
Enum Members
STATIC
=
0
DYNAMIC
=
1
CATCHALL
=
2
Instance Method Summary
#catchall?
#dynamic?
#static?
Instance Method Detail
def
catchall?
#
[
View source
]
def
dynamic?
#
[
View source
]
def
static?
#
[
View source
]