Open Sidebar
Close Sidebar
stremio-addon-devkit
main
Stremio
Addon
DevKit
CatalogBase
ExtraGenre
GenresProcType
GenresResultType
ExtraSearch
ExtraSkip
ExtraType
CatalogMovie
CatalogMovieRequest
CatalogMovieResponse
Conf
MetaPreview
ContentType
Manifest
ManifestBindingError
ManifestHandler
Conf
ManifestRequest
ManifestResource
ManifestResponse
Mixins
LinkCategory
Meta
Link
LinkCast
LinkDirector
LinkGenre
LinkSearchable
LinkWriter
PosterShape
URIConverter
MultiBlockHandler
ResourceType
Route
RouteHandler
StremioBaseRequest
Conf
StremioRouteHandler
UserData
HeaderMalformed
KeyRing
Opt
KeyRingCSV
KeyRingSecret
Session
V1
Header
struct
Stremio::
Addon::
DevKit::
Route
Stremio::Addon::DevKit::Route
Struct
Value
Object
Defined in:
stremio-addon-devkit/route_handler.cr
Constructors
.new
(method : String, path : String, &handler : HTTP::Server::Context -> _)
Instance Method Summary
#handler
: HTTP::Server::Context -> String
#method
: String
#path
: String
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
]