Skip to content

Zalexanninev15/CurlMini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CurlMini

alt

Screenshot

alt

Description

Graphical version of the curl utility for Windows

System requirements

  • OS: Windows 7 or higher
  • Additional: .NET Framework 4.5 or higher, curl (if this utility is not available, you will be prompted to install it in automatic mode)

Features

  • Fast execution of curl requests
  • The last executed request is saved in the history and automatically inserted into the text field for the requests to be executed again later
  • Unique feature of installing curl utility on all versions of Windows (7-10)
  • The ability to expand the text field for the command so that you can check the request for indents, unnecessary spaces, or even line breaks, which of course will affect the performance of the command
  • The result of the curl utility is recorded in text fields, and the results can be compared "right in front of your eyes"
  • Commands are recorded in the "requests history" and then they can be reused. The list is also saved in a file called "requests.log"
  • The utility performs smart checks and displays progress statuses of work

How to use it?

GIF:

See here

Text:

  1. Launch the utility and make sure that your version of Windows 10 is higher or equal to build 1803 (or you have Windows > 10). If you have Windows < 10 - please, install the curl utility from application

  2. Enter/paste the desired command in the "Requests:" text field (the command must be written/inserted without "curl" at the beginning).

For example:

The original request:

curl -F shorten=https://www.youtube.com/ https://0x0.st

The text you need:

-F shorten=https://www.youtube.com/ https://0x0.st
  1. Click the "Send request" button and wait for the process to finish. Text fields with results will be automatically updated at the end of the process.

Build

Compile using SharpDevelop or Visual Studio