An open API service indexing awesome lists of open source software.

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.

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.