class Orion::Config

Overview

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

Defined in:

orion/config.cr

Instance Method Summary

Instance Method Detail

def address #

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

def asset_host : String | Nil #

def asset_host=(asset_host : String | Nil) #

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 | Nil #

def logger=(logger : Log | Nil) #

def name : String #

def name=(name : String) #

def path #

def path=(path : String | Nil) #

def port #

def port=(port : Nil) #

def port=(port : Int32 | Nil) #

def port=(port : String) #

def readonly #

def reuse_port : Bool #

def reuse_port=(reuse_port : Bool) #

def socket : Socket::Server | Nil #

def socket=(socket : Socket::Server | Nil) #

def strip_extension : Bool #

def strip_extension=(strip_extension : Bool) #

def tls : OpenSSL::SSL::Context::Server | Nil #

def tls=(tls : OpenSSL::SSL::Context::Server | Nil) #

def uri #

def uri=(uri : String) #

def uri=(uri : URI) #

def workers : Int32 | Int64 #

def workers=(workers : Int32 | Int64) #