abstract class Stremio::Addon::DevKit::StremioBaseRequest

Direct Known Subclasses

Defined in:

stremio-addon-devkit/stremio_base_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(manifest : Manifest) #

[View source]

Instance Method Detail

def manifest : Manifest #

[View source]
abstract def parse(env) #

Extract meaningful content from env.request


[View source]
def set_response_headers(env) #

properly write the response headers in such a way that the stremio client understands.


[View source]