httpClient

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RestClient

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

func New

func New(tokenSource oauth2.TokenSource) *RestClient

func NewWithTimeout

func NewWithTimeout(timeout time.Duration, tokenSource oauth2.TokenSource) *RestClient

func WithClient

func WithClient(client *http.Client) *RestClient

func (*RestClient) Delete

func (r *RestClient) Delete(url string) (*http.Response, error)

func (*RestClient) DeleteJson added in v1.1.0

func (r *RestClient) DeleteJson(url string, body interface{}) (*http.Response, error)

func (*RestClient) Do

func (r *RestClient) Do(request *http.Request) (*http.Response, error)

func (*RestClient) Get

func (r *RestClient) Get(url string) (*http.Response, error)

func (*RestClient) Post added in v1.1.0

func (r *RestClient) Post(url string) (*http.Response, error)

func (*RestClient) PostJson

func (r *RestClient) PostJson(url string, body interface{}) (*http.Response, error)

func (*RestClient) Put added in v1.1.0

func (r *RestClient) Put(url string) (*http.Response, error)

func (*RestClient) PutJson

func (r *RestClient) PutJson(url string, body interface{}) (*http.Response, error)

func (*RestClient) WithTimeout

func (c *RestClient) WithTimeout(timeout time.Duration) *RestClient

Jump to

Keyboard shortcuts

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