Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HttpServer ¶
func NewHttpServer ¶
func NewHttpServer(listenAddress string, port int, handler http.Handler) *HttpServer
func (*HttpServer) RunServer ¶
func (s *HttpServer) RunServer()
type HttpTransport ¶
type HttpTransport struct { T http.RoundTripper UserAgent string }
func NewHttpTransport ¶
func NewHttpTransport(useragent string) *HttpTransport
Click to show internal directories.
Click to hide internal directories.