diff --git a/desktop/plugins/public/network/docs/overview.mdx b/desktop/plugins/public/network/docs/overview.mdx index 6b753ae99..f6b13ce5c 100644 --- a/desktop/plugins/public/network/docs/overview.mdx +++ b/desktop/plugins/public/network/docs/overview.mdx @@ -1,7 +1,9 @@ import imgNetwork from './img/network.png'; -Use the Network inspector to inspect outgoing network traffic in your apps. You can easily browse all requests being made and their responses. The plugin also supports gzipped responses. +The Network plugin provides the Network Inspector, which is used to inspect outgoing network traffic in your apps. You can easily browse all requests being made and their responses. The plugin also supports gzipped responses. + +All requests sent from the device are listed in the plugin. Clicking on a request shows details such as headers and body. You can filter the table for domain, method or status by clicking on the corresponding value in the table. + +The following screenshot shows the Network Inspector in action. Network plugin - -All request sent from the device will be listed in the plugin. Click on a request to see details like headers and body. You can filter the table for domain, method or status by clicking on the corresponding value in the table.