class Orion::Config

Overview

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

Defined in:

Instance Method Summary

Instance Method Detail

def address #

def address=(address : Socket::IPAddress | Socket::UNIXAddress | Nil) #

def asset_host : String? #

def asset_host=(asset_host : String?) #

def autoclose : Bool #

def autoclose=(autoclose : Bool) #

def cache : Orion::Cache #

def cache=(cache : Orion::Cache) #

def host #

def host=(host : String) #

def logger : Log? #

def logger=(logger : Log?) #

def name : String #

def name=(name : String) #

def path #

def path=(path : String?) #

def port #

def port=(port : String) #

def port=(port : Int32?) #

def port=(port : Nil) #

def readonly #

def reuse_port : Bool #

def reuse_port=(reuse_port : Bool) #

def socket : Socket::Server? #

def socket=(socket : Socket::Server?) #

def tls : OpenSSL::SSL::Context::Server? #

def tls=(tls : OpenSSL::SSL::Context::Server?) #

def uri #

def uri=(uri : String) #

def uri=(uri : URI) #

def workers : Int32 | Int64 #

def workers=(workers : Int32 | Int64) #