struct Server::Config

Included Modules

Defined in:

server.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def bind : Bind #

[View source]
def bind=(bind : Bind) #

[View source]
def cookie : Cookie #

[View source]
def cookie=(cookie : Cookie) #

[View source]
def oauth : OAuth #

[View source]
def oauth=(oauth : OAuth) #

[View source]
def prefix : String #

[View source]
def prefix=(prefix : String) #

[View source]