ab-proxy icon indicating copy to clipboard operation
ab-proxy copied to clipboard

HTTP benchmark tool with support for HTTP(S) and SOCKS5 proxies

Results 5 ab-proxy issues
Sort by recently updated
recently updated
newest added

Hi, just came across this project and wanted to try it out. However, go get gave me errors due to the progressbar dependency. I had to change `github.com/schollz/progressbar/v2` to `github.com/schollz/progressbar`...

I use such command ` curl -x socks5h://199.201.74.95:1234 www.baidu.com ` It can get data from www.baidu.com but It does not work if I use your command ` ./ab-proxy -c 1...

This commit introduces a significant number of improvements to the ab-proxy tool: 1. Go Version Compatibility: * Ensured the project builds and runs correctly with Go 1.22.2. * Updated `go.mod`...