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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
dc3d84b573
commit
706dae0585
@@ -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.
|
||||
|
||||
<img alt="Network plugin" src={imgNetwork} />
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user