Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Gem::Router
Inherits
Reference
<
Object
Constructors
new
Source
Instance methods
all
(route :
String
, &cb :
Gem::Handler
)
Source
connect
(route :
String
, &cb :
Gem::Handler
)
Source
delete
(route :
String
, &cb :
Gem::Handler
)
Source
get
(route :
String
, &cb :
Gem::Handler
)
Source
head
(route :
String
, &cb :
Gem::Handler
)
Source
options
(route :
String
, &cb :
Gem::Handler
)
Source
post
(route :
String
, &cb :
Gem::Handler
)
Source
put
(route :
String
, &cb :
Gem::Handler
)
Source
trace
(route :
String
, &cb :
Gem::Handler
)
Source