Versions in this module Expand all Collapse all v1 v1.0.0 Mar 21, 2025 Changes in this version + const WEB_HOST_FLAG + const WEB_PORT_FLAG + func RegisterWebFlags(f []cli.Flag) []cli.Flag + type Web struct + func NewWeb(c *cli.Context) *Web + func (s *Web) Close() + func (s *Web) Serve() error + func (s *Web) ServeData(data string) (io.ReadCloser, string, error) + func (s *Web) ServeRemote(data string) (io.ReadCloser, string, error)