/Simple-HTTP

An easy-to-understand HTTP proxy for beginners.

Primary LanguageGo

Simple-HTTP

An easy-to-understand HTTP proxy for beginners.

Usage:

go run .

Example:

requests.get("http://ip-api.com/json/",proxies={"http":"http://localhost:12345"})

This project aims to enhance comprehension of HTTP proxies and other proxy functionalities. The code is designed to be simple, clear, and easy to read. Best of luck with your exploration!