TReq
TReq copied to clipboard
A CLI tool for effortless HTTP requests
When new tags (releases) are published the pipeline should.... - [ ] Run all tests like CI pipeline already did - [ ] Compile TReq binary, using musl target for...
The system does not support requesting with HTTP/2. The idea is provide this support and adding as feedback in output when using the HTTP/2. It's also wished some flag as...
Implement a Docker container setup for the CLI app with the aim of simplifying deployment and enhancing user experience. The goal is to empower users to effortlessly run the app...
## Description To elevate the user experience, the proposal is to introduce an auto-complete feature At present, the system lacks inherent auto-completion functionality. This addition aims to assist users in...
Enable auto-completion with saved requests. For commands such as `run` and `inspect`, when a user types , the system should complete with the names of saved requests. That way, if...
The current behavior of the treq command allows the execution of a request when a subcommand is omitted, potentially leading to confusion. For example, both treq GET url.com and treq...
To enhance the visual clarity of the output, it is proposed to implement syntax highlighting with JSON colors for both the payload and headers in the treq command. This improvement...
The current state of the project lacks comprehensive manual documentation for the man treq command. ## Expected Deliverables: - Inclusion of usage examples and best practices for effective utilization of...