diff --git a/Solutions/challenge-forward-proxy-server.md b/Solutions/challenge-forward-proxy-server.md new file mode 100644 index 00000000..5b6fb236 --- /dev/null +++ b/Solutions/challenge-forward-proxy-server.md @@ -0,0 +1,9 @@ +# Build Your Own HTTP Forward Proxy Server + +The Challenge: [Write your own Forward Proxy Server](https://codingchallenges.fyi/challenges/challenge-forward-proxy/) + +The shared solutions: + +| No. | Solution | Language | Author | +|-----|----------|----------|--------| +| 1 | [Forward Proxy](https://github.com/chinmayagrawal775/forward_proxy) | Golang | [Chinmay Agrawal](https://github.com/chinmayagrawal775) |