微型服务器-http

时间:2024-03-02 12:03:57
【文件属性】:

文件名称:微型服务器-http

文件大小:25KB

文件格式:ZIP

更新时间:2024-03-02 12:03:57

micro Go

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" ), ) mux := http . NewServeMux () mux . HandleFunc ( "/" , func ( w http. ResponseWriter , r * http. Re


【文件预览】:
micro-server-http-master
----go.mod(227B)
----.github()
--------stale.sh(329B)
--------PULL_REQUEST_TEMPLATE.md(366B)
--------renovate.json(216B)
--------ISSUE_TEMPLATE()
--------workflows()
----go.sum(13KB)
----handler.go(5KB)
----message.go(667B)
----subscriber.go(5KB)
----options.go(858B)
----LICENSE(11KB)
----request.go(2KB)
----README.md(1KB)
----server.go(3KB)
----http.go(11KB)
----.synced(40B)

网友评论