gonetx/httpit
A rapid http(s) benchmark tool written in Go
7 Releases
Latest: 4y ago
v0.5.0Latest
📋 Changes
- Support HTTP/2
- Make --socksProxy usable
v0.4.0
📋 Changes
- Add Qps option for fixed benchmark
v0.3.2
📋 Changes
- Bump deps
- Use [Lip Gloss](https://github.com/charmbracelet/lipgloss) for TUI styling
v0.3.1
📋 Changes
- Bump right version
v0.3.0
📋 Changes
- Close connection in debug mode
- Add default User-Agent
- Improve godoc
v0.2.0
📋 Changes
- Support handy arguments parser to send form and json request
- Support `-J|--json`, `-F|--form`, `--follow`, `--maxRedirects` and `-D|--debug` flags
- Support shortcut url like `:3000` and `/foo`
- Add donate bitcoin badge
- Improve document and usage
- Override host if it is exist in headers
- Handle some special headers in `-H` flag
v0.1.0
📋 Changelog
- 1ec81d9 chore(httpit): bump v0.1.0
- 55e3f89 Create release.yml
- ebcfe70 feat(httpit): sleep for fake doer
- 924b30e feat(httpit): skip windows test
- 7467f8b feat(httpit): skip windows test
- 7f33879 feat(httpit): set os.Stdin
- 8b49583 feat(httpit): improve test cases
- f646e7a feat(httpit): use os.Stdout
- + 29 more