Versions in this module Expand all Collapse all v0 v0.1.0 Apr 19, 2020 Changes in this version + type Server struct + func (s *Server) AddAliases(endpoint string, aliases ...string) error + func (s *Server) AddAliasesWithReadLock(endpoint string, aliases ...string) error + func (s *Server) AddRoute(handler *common.HTTPHandler, lock *sync.RWMutex, base, endpoint string, ...) error + func (s *Server) Call(writer http.ResponseWriter, method, base, endpoint string, body io.Reader, ...) error + func (s *Server) Dispatch() error + func (s *Server) DispatchTLS(certFile, keyFile string) error + func (s *Server) Initialize(log logging.Logger, factory logging.Factory, port uint16) + func (s *Server) RegisterChain(ctx *snow.Context, vmIntf interface{})