Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
zipstream
v0.20.9
Zipstream
BasicAuthHandler
BeforeHandler
CLI
Config
HiddenStaticFileHandler
LogHandler
StaticFileHandler
DirectoryListing
TarHandler
TarHelper
TgzHandler
Web
Server
ZipHandler
Built with Crystal 1.9.2
2023-10-08 00:43:23 UTC
class
Zipstream::TarHandler
Zipstream::TarHandler
Reference
Object
Included Modules
HTTP::Handler
Zipstream::TarHelper
Defined in:
zipstream/http/server/handlers/tar_handler.cr
Constructors
.new
(config : Config)
Instance Method Summary
#call
(context)
#config
: Zipstream::Config
#config=
(config : Zipstream::Config)
Instance methods inherited from module
Zipstream::TarHelper
tar_directory!(path : String, io)
tar_directory!
,
tar_file!(path : String, io)
tar_file!
Constructor Detail
def self.
new
(config :
Config
)
#
[
View source
]
Instance Method Detail
def
call
(context)
#
[
View source
]
def
config
:
Zipstream::Config
#
[
View source
]
def
config=
(config :
Zipstream::Config
)
#
[
View source
]