Metadata-Version: 2.1
Name: http_request_randomizer_fix
Version: 0.0.1
Summary: A package using public proxies to randomise http requests
Home-page: http://pgaref.com/blog/python-proxy
Author: kimjang
Author-email: ys02132286@gmail.com
Maintainer: kimjang
Maintainer-email: ys02132286@gmail.com
License: MIT
Project-URL: Blog, http://pgaref.com/blog/python-proxy
Project-URL: Documentation, https://pythonhosted.org/http-request-randomizer
Project-URL: Source Code, https://github.com/hostkimjang/HTTP_Request_Randomizer
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Environment :: Web Environment
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE.md

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.
