looking for a memory efficient data structure for slightly different HTTP flows
I’m trying to create an HTTP fuzzing API in python in which I wish to store HTTP requests and responses for later analysis, now as I’m fuzzing an endpoint most of the requests and responses only differ by a couple of words, some html tags, or json content.