transport

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 1, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHeaders

func NewHeaders(headers []string) http.Header

NewHeaders creates a new http.Header from the given slice of headers. Each header in the slice should be in the format "key=value". If a header is not in the correct format, it is skipped.

Types

type DefaultHeaderTransport

type DefaultHeaderTransport struct {
	Origin     http.RoundTripper
	Header     http.Header
	AppName    string
	AppVersion string
}

DefaultHeaderTransport is an http.RoundTripper that adds the given headers to each request, and always injects x-app-name and x-app-version headers.

func (*DefaultHeaderTransport) RoundTrip

func (t *DefaultHeaderTransport) RoundTrip(req *http.Request) (*http.Response, error)

RoundTrip implements the http.RoundTripper interface.

Jump to

Keyboard shortcuts

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