5 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
4cb0540824 🔨 Replace color utils with 'github.com/fatih/color' 2025-03-02 20:18:11 +04:00
4635ad6968 🔨 Update PrintErrAndExit function to exit with code 1 instead of 0 2024-07-05 02:04:55 +04:00
16a93a3dfc 🔨 update print.go to use anonymous struct 2024-06-01 18:51:25 +04:00
7a2558b25a 🎉first commit 2024-05-25 20:26:20 +04:00