I want to create a http proxy server in go that will receive a request and send the request to another server with all the headers and then return the response it receives to the caller. Can some one let me know how this can be done efficiently?
I want to create a http proxy server in go that will receive a request and send the request to another server with all the headers and then return the response it receives to the caller. Can some one let me know how this can be done efficiently?
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks :)
I want to create a http proxy server in go that will receive a request and send the request to another server with all the headers and then return the response it receives to the caller. Can some one let me know how this can be done efficiently?
--