Skip to content

Commit

Permalink
Adds demo buttons for HTTP dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Jun 14, 2024
1 parent cee6637 commit c514ff4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions spa/components/v1/Demo/Buttons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,24 @@ const buttons = [
],
docs: 'https://docs.buggregator.dev/config/var-dumper.html',
},
{
key: "http",
title: 'HTTP dump server.',
description: 'Inspect HTTP requests and responses in real-time, ensuring that your application is sending the correct data.',
events: [
{
group: 'common',
actions: [
'Get',
'Post',
'Put',
'Patch',
'Delete',
]
}
],
docs: 'https://docs.buggregator.dev/config/http-dumps.html',
},
{
key: "inspector",
title: 'inspector.dev Integration',
Expand Down

0 comments on commit c514ff4

Please sign in to comment.