Gitpedia
gonetx

gonetx/httpit

A rapid http(s) benchmark tool written in Go

7 Releases
Latest: 4y ago
v0.5.0Latest
kiyonlinkiyonlin·4y ago·March 13, 2022
GitHub

📋 Changes

  • Support HTTP/2
  • Make --socksProxy usable
v0.4.0
kiyonlinkiyonlin·5y ago·May 7, 2021
GitHub

📋 Changes

  • Add Qps option for fixed benchmark
v0.3.2
kiyonlinkiyonlin·5y ago·April 14, 2021
GitHub

📋 Changes

  • Bump deps
  • Use [Lip Gloss](https://github.com/charmbracelet/lipgloss) for TUI styling
v0.3.1
kiyonlinkiyonlin·5y ago·April 5, 2021
GitHub

📋 Changes

  • Bump right version
v0.3.0
kiyonlinkiyonlin·5y ago·April 5, 2021
GitHub

📋 Changes

  • Close connection in debug mode
  • Add default User-Agent
  • Improve godoc
v0.2.0
kiyonlinkiyonlin·5y ago·March 17, 2021
GitHub

📋 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
kiyonlinkiyonlin·5y ago·March 8, 2021
GitHub

📋 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