dukeofharen / httplaceholder

A very flexible cross platform HTTP stub application.
MIT License
113 stars 4 forks source link

Feature/create stub request with response #311

Closed dukeofharen closed 1 year ago

dukeofharen commented 1 year ago

Pull request type

Please check the type of change your PR introduces:

What is the new behavior?

From the UI it is possible to create a stub based on a request. Since it is also possible to save a response for a request (this is enabled through a setting), it is also nice that, when generating a stub based on a request, the response is also set if there is one. This has been added in this PR.

Does this introduce a breaking change?