Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 196 Bytes

File metadata and controls

2 lines (2 loc) · 196 Bytes

Proxy_Server

A forward proxy server implemented in Go. It receives API requests with a URL, headers, and body, forwards them to the target server, and returns the response data to the client.