http

package
v0.6.11 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 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 RLHTTPClient

type RLHTTPClient struct {
	Client      *http.Client
	Ratelimiter *rate.Limiter
}

RLHTTPClient Rate Limited HTTP Client

func NewClient

func NewClient(rl *rate.Limiter) *RLHTTPClient

NewClient return rate_limited_http client with a ratelimiter

func (*RLHTTPClient) Do

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

Do dispatches the HTTP request to the network

func (*RLHTTPClient) GetArtifactSHA256

func (c *RLHTTPClient) GetArtifactSHA256(ctx context.Context, artifactURI string) (string, error)

GetArtifactSHA256 attempts to pull the specified artifact and generate a sha256 hash of it.

On success, it will return the sha256 hash as a string.

Jump to

Keyboard shortcuts

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