Since we are creating a HTTP Client app. The main requirement should be:
Perform http (GET, POST, PUT, PATCH, DELETE) requests through GUI and show the responses to the user.
Save request to be used again later in some local database.
Load request from local database when opening the app.
Generate binaries for Win/Linux, be able to run FAST or at least, don't consume too much performance in low-end computers (like my wife notebook with a dual core and 4GB RAM).
The app should do these simple things and thats all, for a MVP, this should be enough
Since we are creating a HTTP Client app. The main requirement should be:
The app should do these simple things and thats all, for a MVP, this should be enough