Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add option to log the response that has been given for a specific request #229

Closed
dukeofharen opened this issue Mar 26, 2022 · 1 comment
Labels
enhancement Enhancement of the code, not introducing new features.

Comments

@dukeofharen
Copy link
Owner

Feature Request

Describe the Feature Request

It would be a nice feature to also log the response that has been given for a specific request to HttPlaceholder. This is especially handy if the associated stub has been removed or updated or if the response contains variables.

Describe Preferred Solution

  • The option to log responses should be disabled by default, because logging the responses might increase the data store drastically.
  • The UI should be updated to show, per request, if a response is available and the option to view the response.
  • A response consists of response body, status code and headers.
  • The response needs to be deleted together with the associated request.

Describe Alternatives

Related Code

Additional Context

If the feature request is approved, would you be willing to submit a PR?
Yes / No (Help can be provided if you need assistance submitting a PR)

@dukeofharen dukeofharen added the enhancement Enhancement of the code, not introducing new features. label Mar 26, 2022
@dukeofharen
Copy link
Owner Author

Done (see PR #230)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of the code, not introducing new features.
Projects
None yet
Development

No branches or pull requests

1 participant