request

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MethodGet    Method = "GET"
	MethodPost          = "POST"
	MethodPut           = "PUT"
	MethodDelete        = "DELETE"
)

Variables

This section is empty.

Functions

func Delete

func Delete(uri string, data any, res any, headers ...http.Header) (int, error)

func Execute

func Execute(uri string, method Method, data any, res any, headers ...http.Header) (int, error)

func Get

func Get(uri string, res any, headers ...http.Header) error

func Post

func Post(uri string, data any, res any, headers ...http.Header) (int, error)

func Put

func Put(uri string, data any, res any, headers ...http.Header) (int, error)

func SetClient

func SetClient(c *http.Client)

Types

type Method

type Method string

Jump to

Keyboard shortcuts

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