Versions in this module Expand all Collapse all v5 v5.100.1 Jun 2, 2020 v5.100.0 May 26, 2020 Changes in this version + const ConnectTimeout + const RequestTimeout + var AddressForbidden error = errors.New(...) + func IsOwnIP(ip net.IP) (bool, error) + func IsReservedIP(ip net.IP) bool + func NewTransport(enableInsecureConnections bool, allowHost func(host string) bool, ...) http.RoundTripper + type DialContextFunction func(ctx context.Context, network, addr string) (net.Conn, error) + type HTTPService interface + MakeClient func(trustURLs bool) *http.Client + MakeTransport func(trustURLs bool) http.RoundTripper + func MakeHTTPService(configService configservice.ConfigService) HTTPService + type HTTPServiceImpl struct + RequestTimeout time.Duration + func (h *HTTPServiceImpl) MakeClient(trustURLs bool) *http.Client + func (h *HTTPServiceImpl) MakeTransport(trustURLs bool) http.RoundTripper + type MattermostTransport struct + Transport http.RoundTripper + func (t *MattermostTransport) RoundTrip(req *http.Request) (*http.Response, error) Other modules containing this package github.com/mad-app/mattermost-server