rest

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2025 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTTPClient added in v1.0.0

type HTTPClient interface {
	Do(req *http.Request) (*http.Response, error)
}

type Response

type Response struct {
	StatusCode int
	Headers    http.Header
	Body       []byte
}

type Rest added in v1.0.0

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

func New

func New(client HTTPClient) *Rest

func (*Rest) Do added in v1.0.0

func (r *Rest) Do(ctx context.Context, req *http.Request) (*Response, error)

Jump to

Keyboard shortcuts

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