pgaref/HTTP_Request_Randomizer

Parser Abstraction

pgaref opened this issue · 2 comments

Moving a step further, if we want to support numerous proxy providers it would be nice having a Parser Abstraction class and each specific parser to extend it

Maybe this parser may manage error and notify parser's developer. At least, must avoid that errors in websites break the Randomizer

First version of the abstraction is now implemented and released