-
❤ 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.
- 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
-
✂ Improvements
- Renamed flag names:
userAgentFile
toua_pool
,proxyListFile
toip_pool
, andhttpVersion
tohttp_version
. - Added URL prefix check to ensure the target URL starts with
http://
orhttps://
. Defaults tohttp://
if missing.
- Renamed flag names:
-
✂ 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.