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
10 lines
613 B
Plaintext
10 lines
613 B
Plaintext
import imgNetwork from './img/network.png';
|
|
|
|
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} />
|