Go 开发的 HTTP 流量复制工具,gor v0.9.8 发布
jopen 9年前
Gor 是用 Go 编写的简单 HTTP 流量复制工具,主要是为了从生产服务器返回流量到开发环境。使用 Gor 可以在实际的用户会话中测试代码。
Gor 基础工作流:
gor v0.9.8 发布,更新内容如下:
-
Improve
raw-input
performance, especially for large payloads #170 -
Use all cores by default #170
-
Improve code styling, thanks to
golint
. #171 -
Added
--http-disallow-header
option #173 -
Do not override host if it explicitly specified by
--http-host
#182 -
Add option to keep original Host headers #188
-
Configurable http timeout via
--output-http-timeout
#183 -
Fix http response buffer overflow #185
-
Fix trailing
null
byte while communicating between intput-tcp and output-tcp #176
更多内容及软件下载请查看:发布页面。
来自:http://www.oschina.net/news/64945/gor-v0-9-8