class Authority::Device::CodeEndpoint
Included Modules
Defined in:
endpoints/device/code_endpoint.cr
Class Method Summary
Instance Method Summary
Class Method Detail
def self.
connect(path : Router::Path)
#
def self.
delete(path : Router::Path)
#
def self.
get(path : Router::Path)
#
def self.
head(path : Router::Path)
#
def self.
options(path : Router::Path)
#
def self.
patch(path : Router::Path)
#
def self.
post(path : Router::Path)
#
def self.
put(path : Router::Path)
#
def self.
trace(path : Router::Path)
#
Instance Method Detail