httpc

package
v2.38.1 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateTLSConfig added in v2.5.1

func GenerateTLSConfig(caPath string, insecureSkipTLSVerify bool) (*tls.Config, error)

func NewHttpClientWithTLSConfig added in v2.5.1

func NewHttpClientWithTLSConfig(tlsConfig *tls.Config) (*http.Client, error)

Types

type Client

type Client struct {
	Mutex     sync.Mutex
	BaseURL   *url.URL
	UserAgent string
	// contains filtered or unexported fields
}

func New

func New(httpClient *http.Client, baseUrl string, headers map[string]string) (*Client, error)

func (*Client) BareDo

func (c *Client) BareDo(ctx context.Context, req *http.Request) (*Response, error)

func (*Client) Do

func (c *Client) Do(ctx context.Context, req *http.Request, v interface{}) (*Response, error)

func (*Client) LockAndDo

func (c *Client) LockAndDo(ctx context.Context, req *http.Request, v interface{}) (*Response, error)

func (*Client) NewRequest

func (c *Client) NewRequest(method, urlStr string, body interface{}) (*http.Request, error)

func (*Client) SetHeaders added in v2.5.1

func (c *Client) SetHeaders(headers map[string]string)

type Response

type Response struct {
	*http.Response
}

Jump to

Keyboard shortcuts

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