module LavinMQ::HTTP::Router

Included Modules

Direct including types

Defined in:

lavinmq/http/router.cr

Instance Method Summary

Instance Method Detail

def call(context) #

[View source]
def delete(path : String, &block : Action) #

[View source]
def find_route(method, path) #

[View source]
def get(path : String, &block : Action) #

[View source]
def head(path : String, &block : Action) #

[View source]
def options(path : String, &block : Action) #

[View source]
def patch(path : String, &block : Action) #

[View source]
def post(path : String, &block : Action) #

[View source]
def put(path : String, &block : Action) #

[View source]