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

Print request information to help debugging issues #437

Open
Kaliumhexacyanoferrat opened this issue Jan 3, 2024 · 0 comments
Open

Print request information to help debugging issues #437

Kaliumhexacyanoferrat opened this issue Jan 3, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Kaliumhexacyanoferrat
Copy link
Owner

As a developer of a web application or the server itself, I would like to see the properties of a request to my application, so that I can better investigate bugs without the need of debugging.

Example

var requestInfo = RequestInfo.Create();

layout.Add(requestInfo);

Acceptance criteria

  • The functionality is implemented in a new module
  • When invoked, the handler returns a HTML page rendering the properties of the request, including the header, cookies, the body, and so on
  • The HTML page is rendered using one of the rending engines and integrated into the currently active template (theme), if any
  • The handler responds to all requests, so that it can work as a catch-all
  • The functionality is covered by acceptance tests
  • The functionality is documented on the website
@Kaliumhexacyanoferrat Kaliumhexacyanoferrat added enhancement New feature or request good first issue Good for newcomers labels Jan 3, 2024
@Kaliumhexacyanoferrat Kaliumhexacyanoferrat changed the title Print request information to debug issues Print request information to help debugging issues Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant