auth

package
v0.28.0 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: Apache-2.0, MIT, Apache-2.0, + 1 more Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAuthorizedRoundTripper

func NewAuthorizedRoundTripper(authorization string, roundTripper http.RoundTripper) http.RoundTripper

NewAuthorizedRoundTripper creates a new http.RoundTripper that will set the Authorization HTTP header with the value of [authorization]. The given [roundTripper] is the base http.RoundTripper. If it is nil, http.DefaultTransport is used.

Types

type AuthorizedRoundTripper

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

func (*AuthorizedRoundTripper) RoundTrip

func (tp *AuthorizedRoundTripper) RoundTrip(r *http.Request) (*http.Response, error)

Jump to

Keyboard shortcuts

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