package http type httpConnector struct { } func NewHttpConnector() *httpConnector { h := &httpConnector{} return h }