class Zipstream::Config

Defined in:

zipstream/config.cr

Constant Summary

INSTANCE = Config.new

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Class Method Detail

def self.release_date #

[View source]

Instance Method Detail

def basic_auth? #

[View source]
def env : String #

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

[View source]
def filename #

[View source]
def format : String #

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

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

[View source]
def hidden? : Bool #

[View source]
def host #

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

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

[View source]
def junk? : Bool #

[View source]
def local_ip_address : Socket::IPAddress | Nil #

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

[View source]
def log? : Bool #

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

[View source]
def no_banner? : Bool #

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

[View source]
def no_symlinks? : Bool #

[View source]
def output : String #

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

[View source]
def password : String | Nil #

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

[View source]
def path : String #

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

[View source]
def port : Int32 #

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

[View source]
def prefix : String | Nil #

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

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

[View source]
def qr? : Bool #

[View source]
def remote_url : String #

[View source]
def url_path : String #

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

[View source]
def user : String | Nil #

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

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

[View source]
def web? : Bool #

[View source]