class Rory::Server

Defined in:

server.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(host : String, port : Int32, storage_path, url_base, allowed_tokens) #

[View source]

Instance Method Detail

def allowed_bearer_tokens : Array(String) #

[View source]
def host : String #

[View source]
def port : Int32 #

[View source]
def request(context : HTTP::Server::Context) #

[View source]
def start #

[View source]
def storage_path : Path #

[View source]
def url_base : URI #

[View source]