Qt interface to make Http request easily. This interface is a copy of the HttpRequester plugin for firefox. I have made it because this plugin is only available on Firefox and it is not compatible with multiprocess.
Then this GUI is similar to the Firefox plugin.
- Send
GET
,POST
,PUT
,DELETE
,OPTIONS
,HEAD
andPATCH
request - Works with
http
andhttps
- Set custom headers (in the Headers tab)
- History of 100 requests maximum (saved on disk)
- Visualize
JSON
in 3 different way: raw, indented and tree - Request content can be from a file or directly on the text edit
If you have any features that you would like, please open an issue.