httpc

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Request

func Request(method METHOD, url string, contentType string, arg map[string]interface{}, header map[string]string) (result []byte, err error)

func RequestReturnMap

func RequestReturnMap(method METHOD, url string, contentType string, arg map[string]interface{}, header map[string]string) (result map[string]interface{}, err error)

func RequestWithInterface

func RequestWithInterface(method METHOD, url string, contentType string, arg map[string]interface{}, header map[string]string, result interface{}) error

func SetHeader

func SetHeader(req *http.Request, arg map[string]string)

Types

type METHOD

type METHOD string
const (
	JSON = "application/json"
	FORM = "application/x-www-form-urlencoded"

	GET  METHOD = "GET"
	POST METHOD = "POST"
	PUT  METHOD = "PUT"
)

func (METHOD) String

func (m METHOD) String() string

Jump to

Keyboard shortcuts

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