struct Stremio::Addon::DevKit::Route

Defined in:

stremio-addon-devkit/route_handler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(method : String, path : String, &handler : HTTP::Server::Context -> _) #

[View source]

Instance Method Detail

def handler : HTTP::Server::Context -> String #

[View source]
def method : String #

[View source]
def path : String #

[View source]