http

package
v3.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PrivateDataPlaceholder

func PrivateDataPlaceholder() string

func Sanitize

func Sanitize(input string) string

Types

type TraceLoggingTransport

type TraceLoggingTransport struct {
	// contains filtered or unexported fields
}

TraceLoggingTransport is a thin wrapper around Transport. It dumps HTTP request and response using trace logger, based on the "BLUEMIX_TRACE" environment variable. Sensitive user data will be replaced by text "[PRIVATE DATA HIDDEN]".

func NewTraceLoggingTransport

func NewTraceLoggingTransport(rt http.RoundTripper, logger trace.Printer) *TraceLoggingTransport

NewTraceLoggingTransport returns a TraceLoggingTransport wrapping around the passed RoundTripper. If the passed RoundTripper is nil, HTTP DefaultTransport is used.

func (*TraceLoggingTransport) RoundTrip

func (r *TraceLoggingTransport) RoundTrip(req *http.Request) (resp *http.Response, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL