文件名称:http-einhorn:转到库以在Stripe的einhorn顶部运行http服务器
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-20 18:07:33
Go
英霍恩 -导入“ github.com/dcu/http-einhorn” 软件包einhorn包含一系列帮助程序,可在stripe的einhorn上运行http服务器。 运行零停机时间部署很有帮助。 例如,要使用einhorn运行Web应用程序,您可以执行以下操作: mux := http . NewServeMux () mux . HandleFunc ( "/" , httpHandler ) ... if einhorn . IsRunning () { einhorn . Start ( mux , 0 ) } else { server := & http. Server { Handler : mux , Addr : ":4000" } server . ListenAndServe () } 然后 go build your-app.g
【文件预览】:
http-einhorn-master
----server_test.go(770B)
----README.md(3KB)
----server.go(4KB)
----suite_test.go(327B)
----.gitignore(6B)