Files
flipper/desktop/plugins/public
Michel Weststrate 72e34bbd0d Parse request bodies eagerly
Summary:
Currently the network plugin was always storing the transfer format of our request/ response bodies: a base64 string. However, those are not searchable, and every formatter (and multiple can be invoked in a single view) was responsible for its own decompressing.

This diff changes parsing requests / responses into an accurate format: a decompressed, de-base64-ed utf8 string, or a Uint8array for binary data.

We will use this in the next diffs to do some more efficient searching

Reviewed By: passy

Differential Revision: D28200190

fbshipit-source-id: 33a71aeb7b340b58305e97fff4fa5ce472169b25
2021-05-06 04:27:59 -07:00
..
2021-05-04 13:50:31 -07:00
2021-05-04 13:50:31 -07:00
2021-04-09 05:22:00 -07:00
2021-05-05 06:04:37 -07:00
2021-04-09 05:22:00 -07:00
2021-04-09 05:22:00 -07:00
2021-05-04 13:50:31 -07:00
2021-04-09 05:22:00 -07:00
2021-05-06 04:27:59 -07:00
2021-04-09 05:22:00 -07:00
2021-04-09 05:22:00 -07:00
2021-04-29 16:58:33 -07:00