struct HTTP::StaticFileHandler::DirectoryListing

Defined in:

http/server/handlers/static_file_handler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(request_path : String, path : String)Source

Instance Method Detail

def cloneSource

def copy_with(request_path _request_path = @request_path, path _path = @path)Source

def each_entry(&)Source

def path : String

def request_path : String

def to_s(__io__ : IO) : NilSource

Description copied from struct Struct

Same as #inspect(io).

© 2012–2021 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/1.2.1/HTTP/StaticFileHandler/DirectoryListing.html