Class: Simplerb::Base

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/simplerb.rb

Constant Summary collapse

HTTP_VERBS =
['get', 'post', 'put', 'patch', 'delete']