1
0
Fork 0
mirror of https://github.com/Luzifer/gziphttp.git synced 2024-11-09 16:00:04 +00:00
Very simple HTTP server for serving static files with ability for gzip compression if supported by the client
Find a file
2019-06-02 01:12:35 +02:00
.gitignore Initial version 2019-06-02 01:12:35 +02:00
go.mod Initial version 2019-06-02 01:12:35 +02:00
go.sum Initial version 2019-06-02 01:12:35 +02:00
LICENSE Initial version 2019-06-02 01:12:35 +02:00
main.go Initial version 2019-06-02 01:12:35 +02:00
README.md Initial version 2019-06-02 01:12:35 +02:00

Go Report Card

Luzifer / gziphttp

Very simple HTTP server for serving static files with ability for gzip compression if supported by the client.