http

package
v0.0.0-...-9649b88 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GetHTTPClientObj = func() HTTPMethods {
	return httpClientObject
}

Functions

This section is empty.

Types

type HTTPMethods

type HTTPMethods interface {
	Get(url string) ([]byte, error)
	Post(url string, body map[string]interface{}) ([]byte, error)
	Delete(url string) (error, int, string)
}

Jump to

Keyboard shortcuts

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