requests

package
v2.0.10 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Timeout = 10
)

Variables

View Source
var DefaultTLSConfig = tls.Config{InsecureSkipVerify: true}

Functions

This section is empty.

Types

type Response

type Response struct {
	Code   int
	Status string
	Header http.Header
	Body   []byte
}

func Delete

func Delete(url string, headers map[string]string, body io.Reader, timeout int) (Response, error)

func Get

func Get(url string, headers map[string]string, body io.Reader, timeout int) (Response, error)

func Post

func Post(url string, headers map[string]string, body io.Reader, timeout int) (Response, error)

func Put

func Put(url string, headers map[string]string, body io.Reader, timeout int) (Response, error)

func Request

func Request(method string, url string, headers map[string]string, body io.Reader, timeout int) (Response, error)

func RequestWithTLSConfig

func RequestWithTLSConfig(method string, url string, headers map[string]string, body io.Reader, timeout int, tlsCfg *tls.Config) (Response, error)

Jump to

Keyboard shortcuts

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