go-http-max-connections-demo:通过Golang控制HTTP最大连接数

时间:2024-05-21 03:08:00
【文件属性】:

文件名称:go-http-max-connections-demo:通过Golang控制HTTP最大连接数

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-21 03:08:00

Go

go-http-max-connections-demo 描述 Golang的Httpd最大连接演示。 用法 无限(默认)httpd连接模式 $ go-http-max-connections-demo default (another shell) $ curl http://127.0.0.1:8080/ Default 受限的httpd连接模式。 $ go-http-max-connections-demo limited [-m MAX_CONNECTIONS] (another shell) $ curl http://127.0.0.1:8080/ Limited 如果要停止此演示,请键入CTRL + C。 安装 要安装,请使用go get : $ go get -d github.com/koemu/go-http-max-connections-demo 贡献 叉(


【文件预览】:
go-http-max-connections-demo-master
----.gitignore(306B)
----main.go(304B)
----README.md(1000B)
----commands.go(927B)
----version.go(96B)
----LICENSE(1KB)
----command()
--------default.go(531B)
--------limited.go(774B)

网友评论