Skip to content

Commit

Permalink
Create Proxy_server
Browse files Browse the repository at this point in the history
Proxy Server Implementation in Python

This repository contains a simple proxy server implemented in Python. The proxy server acts as an intermediary between clients and web servers, forwarding requests and responses. It supports basic HTTP proxy functionality and can be configured to listen on a specific port.

Features:
Port Configuration: Easily configure the listening port for the proxy server.
HTTP Proxy: Handles basic HTTP requests and responses.
Dynamic URL Parsing: Parses URLs dynamically to determine the target web server and port.
  • Loading branch information
Ime22nemouhoubi authored Dec 4, 2023
1 parent 0b59f8d commit eed986c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Proxy_server
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit eed986c

Please sign in to comment.