https://github.com/mariamelashkar/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.
https://github.com/mariamelashkar/proxy_server
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mariamelashkar/proxy_server
- Owner: mariamelashkar
- Created: 2024-08-07T19:38:53.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-07T19:42:23.000Z (10 months ago)
- Last Synced: 2025-01-20T16:15:35.791Z (4 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.