Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
toro
v0.1.0
Toro
Driver
Router
Halt
Built with Crystal 1.9.2
2023-10-08 10:18:08 UTC
class
Toro::Driver
Toro::Driver
Reference
Object
Defined in:
toro/driver.cr
Constructors
.new
(router :
::
Toro
::
Router
.
class
)
Instance Method Summary
#call
(method : String, path : String)
#call
(req : HTTP::Request)
#router
:
Toro
::
Router
.
class
Constructor Detail
def self.
new
(router :
::
Toro
::
Router
.
class
)
#
[
View source
]
Instance Method Detail
def
call
(method : String, path : String)
#
[
View source
]
def
call
(req : HTTP::Request)
#
[
View source
]
def
router
:
Toro
::
Router
.
class
#
[
View source
]