Files
flipper/desktop
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 10:03:52 -07:00
2021-05-06 04:27:59 -07:00
2021-04-27 08:13:16 -07:00
2021-04-29 11:33:57 -07:00
2021-04-29 11:33:57 -07:00
2021-05-06 04:27:59 -07:00
2021-05-04 13:50:31 -07:00
2021-02-18 08:37:16 -08:00
2021-04-27 14:53:40 -07:00
2020-06-19 03:54:49 -07:00