https://github.com/zangdale/httpfile
启动一个简单的文件服务,用于 html 调试
https://github.com/zangdale/httpfile
static web
Last synced: 6 months ago
JSON representation
启动一个简单的文件服务,用于 html 调试
- Host: GitHub
- URL: https://github.com/zangdale/httpfile
- Owner: zangdale
- Created: 2022-01-19T05:36:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T08:26:25.000Z (over 3 years ago)
- Last Synced: 2024-06-20T16:33:01.844Z (about 2 years ago)
- Topics: static, web
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# httpfile
使用方法
安装
go install github.com/zangdale/httpfile@latest
使用
```
httpfile -h
Usage of httpfile:
-d string
http file directory
-p uint
http server port
```
```
httpfile
/Users/zangdale/test/go/httpfile [::]:56095
http://0.0.0.0:56095
http://192.168.3.254:56095
http://192.168.236.86:56095
```