Skip to content

Version 2.4.0

Latest
Compare
Choose a tag to compare
@MasonDye MasonDye released this 30 May 00:59
· 10 commits to main since this release
27db746
  • ❤ New Features

    • Added support for multiple HTTP request methods, including: GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH, TRACE, and CONNECT. Users can specify the request method using the -method flag.
  • ✂ Improvements

    • Renamed flag names: userAgentFile to ua_pool, proxyListFile to ip_pool, and httpVersion to http_version.
    • Added URL prefix check to ensure the target URL starts with http:// or https://. Defaults to http:// if missing.
  • ✂ Console Output

    • Improved console output formatting for better readability. For example, explicitly mentioned milliseconds for speed and timeout.
  • ✂ Others

    • Updated version information and release date.
  • 🐛 Bug Fixes

    • Fixed minor issues to improve code performance and clarity.