addf92df91
🔧 Add 'skip-verify' parameter to skip SSL/TLS cert verification
2025-05-29 02:38:07 +04:00
a552d1c9f9
🔨 Replace 'time.AfterFunc' with 'context.WithTimeout'
2025-04-18 15:39:17 +04:00
0b9c32a09d
Merge branch 'main' into chore/refactor-ci
2025-04-03 05:04:12 +04:00
42d5617e3f
🎨 Format files
2025-04-03 05:01:22 +04:00
415d0130ce
🔨 Move duration cancel logic to requests package
2025-04-01 21:10:02 +04:00
59f40ad825
✨ Add duration
2025-03-24 16:54:09 +04:00
a8c3efe198
🔨 Refactor 'releaseDodos' function
2025-03-19 01:18:36 +04:00
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