Documentation ¶ Index ¶ func NewHTTP(client *http.Client, cache wv.NetCache) wv.NetManager Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewHTTP ¶ func NewHTTP(client *http.Client, cache wv.NetCache) wv.NetManager NewHTTP creates a new network manager for external HTTP/HTTPS traffic. If client is nil, it defaults to http.DefaultClient. The cache parameter is optional; pass nil if caching is handled elsewhere or disabled. Types ¶ This section is empty. Source Files ¶ View all Source files http.go Click to show internal directories. Click to hide internal directories.