Ran 是用 Go 语言开发的一个简单的静态 Web 服务器。
主要特性:
*
目录列表
*
自动对内容进行 gzip 压缩
*
摘要认证
*
访问日志
*
自定义 404 错误页面
依赖:
*
[github.com/abbot/go-http-auth](https://github.com/abbot/go-http-auth)
*
[github.com/oxtoacart/bpool](https://github.com/oxtoacart/bpool)
*
[github.com/m3ng9i/go-utils/http](https://github.com/m3ng9i/go-utils)
*
[github.com/m3ng9i/go-utils/log](https://github.com/m3ng9i/go-utils)
*
[github.com/m3ng9i/go-utils/possible](https://github.com/m3ng9i/go-utils)
*
[golang.org/x/net/context](https://github.com/golang/net)