struct Zipstream::StaticFileHandler::DirectoryListing

Defined in:

zipstream/http/server/handlers/static_file_handler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(request_path : String, path : String, match_hidden : Bool, follow_symlinks : Bool) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(request_path _request_path = @request_path, path _path = @path, match_hidden _match_hidden = @match_hidden, follow_symlinks _follow_symlinks = @follow_symlinks) #

[View source]
def each_file(&) #

[View source]
def follow_symlinks : Bool #

def match_hidden : Bool #

def path : String #

def request_path : String #

def to_s(__io__ : IO) : Nil #
Description copied from struct Struct

Same as #inspect(io).


[View source]