httpAPI服务器 源码
httpAPI服务器 使用 , , RESTful HTTP API服务器 描述 这是使用Golang构建的基本RESTful API服务器。 在此API服务器中,我已经实现了Cobra CLI以从CLI运行API,并且还使用了gorilla mux而不是Go net / http。 安装 git clone https://github.com/shahincsejnu/httpAPIserver.git cd httpAPIserver go install httpAPIserver 通过CLI命令运行 通过httpAPIserver start在默认端口8080中启动API 通
文件列表
httpAPIserver-main.zip
(预估有个17文件)
httpAPIserver-main
Dockerfile
3KB
.gitignore
11B
main.go
648B
README.md
6KB
.env_example
86B
service.yaml
238B
LICENSE
11KB
api
api_test.go
9KB
暂无评论