Versions in this module Expand all Collapse all v1 v1.0.1 Dec 8, 2024 Changes in this version + func GetData(response *http.Response) []byte + func ResponseFormat(response *http.Response) []byte + type Proxy struct + Interceptors interceptors + func New(clientFactory client.Factory, middlewareFactory middleware.FactoryV2) (*Proxy, error) + func (p *Proxy) DebugHandler() http.Handler + func (p *Proxy) ServeHTTP(w http.ResponseWriter, req *http.Request) + func (p *Proxy) Update(c *config.Config) (retError error) + type Response struct + Code int32 + Data any + Message string + Metadata map[string]string + Reason string + TraceID string