client

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

func NewClient

func NewClient(cfg ClientConfig) *Client

func (*Client) Do

func (c *Client) Do(req *http.Request) (*http.Response, error)

func (*Client) NewRequest

func (c *Client) NewRequest(ctx context.Context, cfg RequestConfig) (*http.Request, error)

type ClientConfig

type ClientConfig struct {
	HTTP      HTTPVersion
	Insecure  bool
	Proxy     *url.URL
	Timeout   time.Duration
	UserAgent string
}

type HTTPVersion

type HTTPVersion int
const (
	HTTPDefault HTTPVersion = iota
	HTTP1
	HTTP2
)

type RequestConfig

type RequestConfig struct {
	Method      string
	URL         *url.URL
	Form        []vars.KeyVal
	Multipart   *multipart.Multipart
	Headers     []vars.KeyVal
	QueryParams []vars.KeyVal
	Body        io.Reader
	NoEncode    bool
	AWSSigV4    *aws.Config
	Basic       *vars.KeyVal
	Bearer      string
	JSON        bool
	XML         bool
	HTTP        HTTPVersion
}

Jump to

Keyboard shortcuts

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