http

package
v0.1.9 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseHttpClient

type BaseHttpClient struct {
}

func New

func New() *BaseHttpClient

func (*BaseHttpClient) Get

func (c *BaseHttpClient) Get(ctx context.Context, url string, headers map[string]string) ([]byte, error)

func (*BaseHttpClient) Post

func (c *BaseHttpClient) Post(ctx context.Context, url string, headers map[string]string, body []byte) ([]byte, error)

Jump to

Keyboard shortcuts

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