On 22-04-2021, Van Fury wrote: > ------=_Part_322_998422299.1619075183467 > Content-Type: multipart/alternative; > boundary="----=_Part_323_2099960923.1619075183467" > > ------=_Part_323_2099960923.1619075183467 > Content-Type: text/plain; charset="UTF-8" > > > Hi, > > I have to implement an HTTP forwarding proxy in Go which can be used in > production and need advice from Go experts. > Any advice like which Go library is best to use and other things to take > not of when implementing it.
I'm not an expert but I use the proxy of httputil without any issue. I'm using forwarding to legacy app with Go new app in front. -- wilk -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/s5rv6u%24gir%241%40ciao.gmane.io.
