微型服务器 http 源码
HTTP服务器 HTTP服务器是go-micro.Server。 它是部分实现,剥离了编解码器,传输等,但是使您能够创建HTTP服务器,该服务器可能用于基于REST的API服务。 用法 import ( "net/http" "github.com/unistack-org/micro/v3/server" httpServer "github.com/unistack-org/micro-server-http" ) func main () { srv := httpServer . NewServer ( server . Name ( "helloworld" ), )
文件列表
micro-server-http-master.zip
(预估有个20文件)
micro-server-http-master
go.mod
227B
.github
stale.sh
329B
PULL_REQUEST_TEMPLATE.md
366B
renovate.json
216B
ISSUE_TEMPLATE
bug_report.md
415B
question.md
357B
feature-request---enhancement.md
490B
暂无评论