struct Orion::Config

Overview

These are the options available when setting properties with the config method within your application.

Defined in:

orion/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def address : Socket::IPAddress | Socket::UNIXAddress | Nil #

[View source]
def address=(address : Socket::IPAddress | Socket::UNIXAddress | Nil) #

[View source]
def host : String #

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

[View source]
def initialize #

[View source]
def path : String | Nil #

[View source]
def path=(path : String | Nil) #

[View source]
def port : Int32 | Nil #

[View source]
def port=(port : Int32 | Nil) #

[View source]
def reuse_port : Bool #

[View source]
def reuse_port=(reuse_port : Bool) #

[View source]
def socket : Socket::Server | Nil #

[View source]
def socket=(socket : Socket::Server | Nil) #

[View source]
def tls : OpenSSL::SSL::Context::Server | Nil #

[View source]
def tls=(tls : OpenSSL::SSL::Context::Server | Nil) #

[View source]
def uri : String | URI | Nil #

[View source]
def uri=(uri : String | URI | Nil) #

[View source]