11 Commits

Author SHA1 Message Date
00f0bcb2de 🔨 Restructure entire project logic
- Moved readers to the config package
- Added an option to read remote config files
- Moved the validation package to the config package and removed the validator dependency
- Moved the customerrors package to the config package
- Replaced fatih/color with jedib0t/go-pretty/v6/text
- Removed proxy check functionality
- Added param, header, cookie, body, and proxy flags to the CLI
- Allowed multiple values for the same key in params, headers, and cookies
2025-03-16 21:20:33 +04:00
83c5788e54 🔨 Remove unnecessary conversions 2025-02-28 02:16:04 +04:00
575ca2913a 🔨 Reduce memory usage of the 'Response' struct 2024-12-17 23:07:25 +04:00
bf169d3eb1 🔨 Remove debug print 2024-11-23 16:27:46 +04:00
011c7a7774 Added 'no-proxy-check' parameter 2024-11-22 23:58:17 +04:00
6a33c359c7 🐛 Minor fixes 2024-09-17 17:33:55 +04:00
891f1f1333 Refactor request generation to use local random number generator (fix #26, #27) 2024-09-14 19:42:40 +04:00
8ad0bb5697 added random value selection feature to request objects (#19) 2024-09-12 01:03:15 +04:00
3b30f2a64b 🔨 Refactor config types 2024-09-10 18:53:32 +04:00
e9731a70ac 🔨 Set the MaxConns attribute on HostClients / fix #21 2024-09-10 18:12:53 +04:00
1ec4254468 🔨 Split the requests package 2024-09-10 03:49:43 +04:00