httphelper

package
v0.0.0-...-3f873ad Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package httphelper implements NewRequest, Do, DoRequest from a requestfactory.T and http.client

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHttpsClient

func NewHttpsClient(insecure bool) *http.Client

Types

type T

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

func New

func New(cli *http.Client, factory *requestfactory.T) *T

func (*T) Do

func (t *T) Do(req *http.Request) (*http.Response, error)

func (*T) DoRequest

func (t *T) DoRequest(method string, relPath string, body io.Reader) (*http.Response, error)

func (*T) NewRequest

func (t *T) NewRequest(method string, relPath string, body io.Reader) (*http.Request, error)

func (*T) NewRequestWithContext

func (t *T) NewRequestWithContext(ctx context.Context, method string, relPath string, body io.Reader) (*http.Request, error)

func (*T) URL

func (t *T) URL() string

Jump to

Keyboard shortcuts

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