Skip to content

Forbinn/HttpRequester

Repository files navigation

HttpRequester

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.

Look

HttpRequester preview

Features

  • Send GET, POST, PUT, DELETE, OPTIONS, HEAD and PATCH request
  • Works with httpand https
  • 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.