pgaref/HTTP_Request_Randomizer

Extend parsers to support Anonimity level

pgaref opened this issue · 0 comments

A first step towards supporting Anonymity levels ( #26 ) would be to extend parsers to use that kind of information where possible.

For example, free-proxy-list.net does expose anonymity levels. We need to:

  1. extend existing parser to read the extra information
  2. introduce a new proxy object, instead of just a plain string, with: address, anonymity level (could be enum), country, etc.