fabiobento512 / FRequest

FRequest - A fast, lightweight and opensource desktop application to make HTTP(s) requests
https://fabiobento512.github.io/FRequest
GNU General Public License v3.0
164 stars 14 forks source link

Change type (for request type) from int to string #27

Open fabiobento512 opened 2 years ago

fabiobento512 commented 2 years ago

It will be more readable if we change the "type" for the request type (GET, POST etc) from a number to a string (in project files). This will help to make easier to code review changes for frp files. "Body type" in the request could also benefit from this.