Skip to content

Commit c514ff4

Browse files
committed
Adds demo buttons for HTTP dumps
1 parent cee6637 commit c514ff4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

spa/components/v1/Demo/Buttons.vue

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,24 @@ const buttons = [
117117
],
118118
docs: 'https://docs.buggregator.dev/config/var-dumper.html',
119119
},
120+
{
121+
key: "http",
122+
title: 'HTTP dump server.',
123+
description: 'Inspect HTTP requests and responses in real-time, ensuring that your application is sending the correct data.',
124+
events: [
125+
{
126+
group: 'common',
127+
actions: [
128+
'Get',
129+
'Post',
130+
'Put',
131+
'Patch',
132+
'Delete',
133+
]
134+
}
135+
],
136+
docs: 'https://docs.buggregator.dev/config/http-dumps.html',
137+
},
120138
{
121139
key: "inspector",
122140
title: 'inspector.dev Integration',

0 commit comments

Comments
 (0)