Summary: fixes typo ## Changelog - fixes typo on network page Pull Request resolved: https://github.com/facebook/flipper/pull/797 Test Plan: n/a Reviewed By: priteshrnandgaonkar Differential Revision: D19902534 Pulled By: passy fbshipit-source-id: fc25d8a1fc0889a1b4e5003c724781f54d01f65d
13 lines
581 B
Markdown
13 lines
581 B
Markdown
---
|
|
id: network-plugin
|
|
title: Network
|
|
---
|
|
|
|
→ [See setup instructions for the Network plugin](setup/network-plugin.md)
|
|
|
|
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.
|
|
|
|

|
|
|
|
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.
|