| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| jprq-windows-amd64.exe | 2023-08-23 | 8.6 MB | |
| jprq-windows-386.exe | 2023-08-23 | 8.5 MB | |
| jprq-linux-arm64 | 2023-08-23 | 8.1 MB | |
| jprq-linux-arm | 2023-08-23 | 8.3 MB | |
| jprq-linux-amd64 | 2023-08-23 | 8.5 MB | |
| jprq-linux-386 | 2023-08-23 | 8.3 MB | |
| jprq-darwin-arm64 | 2023-08-23 | 8.2 MB | |
| jprq-darwin-amd64 | 2023-08-23 | 8.4 MB | |
| jprq 2.1 source code.tar.gz | 2023-05-14 | 41.1 kB | |
| jprq 2.1 source code.zip | 2023-05-14 | 54.6 kB | |
| README.md | 2023-05-14 | 607 Bytes | |
| Totals: 11 Items | 66.9 MB | 0 | |
JPRQ V2 updates!
Finally jprq has a built-in debugger 🎉 Kudos to @Jasurb3k-coding for delivering this feature! 🥳 Also thanks to @mmkamron jprq configs are written to a proper location ⚡️
You can now preview preview http requests coming in and out of your local server. To use it, add --debug flag at the end of the command, for example:
:::bash
jprq http 8000 --debug
To update jprq, run the same command for installation with install.sh script.