From 706dae05856ea557b3d0044c273f0864953f443e Mon Sep 17 00:00:00 2001 From: Kevin Strider Date: Fri, 6 May 2022 07:44:46 -0700 Subject: [PATCH] overview.mdx (Features - Network) Summary: Restyle of the page, including changes to spelling, grammar, links, and structure (where relevant). Reviewed By: mweststrate Differential Revision: D36197861 fbshipit-source-id: b73787f04892d3f76938929ef84943f2031657e1 --- desktop/plugins/public/network/docs/overview.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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.