Skip to content

spkg/zipfs

Repository files navigation

ZIP-based File System for serving HTTP requests

GoDoc Build Status (Linux) Build status (Windows) Coverage Status GoReportCard License

Package zipfs provides a convenient way for a HTTP server to serve static content from a ZIP file.

Usage is simple. See the example in the GoDoc documentation.

License

Some of the code in this project is based on code in the net/http package in the Go standard library. For this reason, this package has the same license as the Go standard library.