Libraries
»
simplerb
(0.0.3)
»
Index (B)
»
Simplerb
»
Base
Class: Simplerb::Base
Inherits:
Sinatra::Base
Object
Sinatra::Base
Simplerb::Base
show all
Defined in:
lib/simplerb.rb
Constant Summary
collapse
HTTP_VERBS =
[
'
get
'
,
'
post
'
,
'
put
'
,
'
patch
'
,
'
delete
'
]