We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee6637 commit c514ff4Copy full SHA for c514ff4
spa/components/v1/Demo/Buttons.vue
@@ -117,6 +117,24 @@ const buttons = [
117
],
118
docs: 'https://docs.buggregator.dev/config/var-dumper.html',
119
},
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
+ },
138
{
139
key: "inspector",
140
title: 'inspector.dev Integration',
0 commit comments