pgaref / HTTP_Request_Randomizer

Proxying Python Requests
http://pgaref.com/blog/python-proxy/
MIT License
148 stars 60 forks source link

Added a parser for SSL Proxy #51

Closed la55u closed 4 years ago

la55u commented 6 years ago

added a parser + tests for sslproxy provider

p.s.: how do I 'hide' all these previous commits when creating a PR? I mean only the last two are new. thank you, sorry for being noob

coveralls commented 6 years ago

Coverage Status

Coverage increased (+1.3%) to 63.636% when pulling 25a7e42831a94c6ec3b503577403be5415e39ab1 on la55u:master into 53223644312f930fe26598321e850addf40a8ec5 on pgaref:master.

pgaref commented 6 years ago

Hey @la55u ! Thanks for the PR, good stuff!

To avoid the duplicate commits you should update your master branch which diverged from the original. https://stackoverflow.com/questions/1443210/updating-a-local-repository-with-changes-from-a-github-repository

Once you have done that you can port your changes and create a new clean PR. Other than that the changes LGTM