Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 427 Bytes

File metadata and controls

15 lines (11 loc) · 427 Bytes

HTTP Request Randomizer

A convenient way to implement HTTP requests is using Python's requests library. One of requests' most popular features is simple proxying support. HTTP as a protocol has very well-defined semantics for dealing with proxies, and this contributed to the widespread deployment of HTTP proxies.

...

License

This project is licensed under the terms of the MIT license.