Zipstream
Constants
GIT_SHA = {% if flag?(:windows) %}
{{ (`powershell -Command \"try { git rev-parse --short HEAD } catch { $null }\"`).chomp.stringify }}.presence
{% else %}
{{ (`(git rev-parse --short HEAD || true) 2>/dev/null`).chomp.stringify }}.presence
{% end %}
VERSION = {{ (`shards version /tmp/tmp.DJpCdc/src/src/zipstream`).chomp.stringify }}
Instance methods
archive_handler
Sourceconfig
Sourcerun
Sourcerun_cli
Sourcerun_web
Sourceversion
SourceNested types
- Zipstream::ArchiveHelper
- Zipstream::BasicAuthHandler
- Zipstream::BeforeHandler
- Zipstream::CLI
- Zipstream::Config
- Zipstream::HiddenStaticFileHandler
- Zipstream::LogHandler
- Zipstream::NotFoundStaticFileHandler
- Zipstream::StaticFileHandler
- Zipstream::SymlinkStaticFileHandler
- Zipstream::TarHandler
- Zipstream::TarHelper
- Zipstream::TgzHandler
- Zipstream::Web
- Zipstream::ZipHandler
- Zipstream::ZipHelper