mirror of
https://github.com/kastelo-labs/httpasset.git
synced 2026-07-17 02:14:59 +00:00
bitbucket.org/mjl/httpasset
- Go 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| failfs.go | ||
| httpasset.go | ||
| LICENSE | ||
| README.md | ||
| zipeocdir.go | ||
httpasset - stand-alone binaries with a web server serving files from a zip file that was appended to the binary
httpasset is a library that:
- Opens the zip file that was appended to a go binary.
- Create a net/http FileSystem from that zip file, allowing the binary to serve the static files from the binary using net/http's FileServer.