Versions in this module Expand all Collapse all v0 v0.0.2 Mar 30, 2025 v0.0.1 Mar 28, 2025 Changes in this version + var C = NewClient().SetTimeout(5 * time.Second) + var HttpClient = ...(&tls.Config{ ... }) + var HttpClientRetry = ...(&tls.Config{ ... }) + func NewClient() *resty.Client + func NewServer(lifecycle vfx.Lifecycle, s *Server) *vapi.Engine + type Request = resty.Request + type Response = resty.Response + type Server struct + Addr string + G *vapi.Engine + StopHandler func() + func (s *Server) NewServer(lifecycle vfx.Lifecycle) *vapi.Engine