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: 7 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, headers map[string]string) (int, []byte, error)
	Post(url string, body map[string]interface{}, headers map[string]string) (int, []byte, error)
	Delete(url string, headers map[string]string) (int, error)
}

Jump to

Keyboard shortcuts

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