Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xxl6097/go-http
基于Go语言的Http Server封装
https://github.com/xxl6097/go-http
Last synced: 24 days ago
JSON representation
基于Go语言的Http Server封装
- Host: GitHub
- URL: https://github.com/xxl6097/go-http
- Owner: xxl6097
- License: apache-2.0
- Created: 2023-12-22T09:55:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T07:22:05.000Z (about 2 months ago)
- Last Synced: 2024-09-13T20:00:42.610Z (about 2 months ago)
- Language: Go
- Size: 376 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
## 注意
如果要定义 static server文件服务器,那么 static router必须放在assets前面初始化,不然报错404## 添加依赖
```shell
go get -u github.com/xxl6097/[email protected]
go get -u github.com/xxl6097/[email protected]
go get -u github.com/gorilla/mux
go get -u github.com/google/uuid
go get -u github.com/dgrijalva/jwt-go
go get -u gopkg.in/yaml.v3
```