httputil

package
v0.0.0-...-22c6f36 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2019 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HttpDelete

func HttpDelete(url string, form map[string]string, retryCount int) (int, []byte, error)

func HttpGet

func HttpGet(url string, retryCount int) (int, []byte, error)

func HttpGet3

func HttpGet3(url string) (int, []byte, error)

func HttpPost

func HttpPost(url string, body string, retryCount int) (int, []byte, error)

func HttpPost3

func HttpPost3(url string, body string) (int, []byte, error)

func HttpPostForm

func HttpPostForm(url string, form map[string]string, files []request.FileField, retryCount int) (int, []byte, error)

func HttpPostForm3

func HttpPostForm3(url string, form map[string]string, files []request.FileField) (int, []byte, error)

func HttpQuery

func HttpQuery(url string, param map[string]string, retryCount int) (int, []byte, error)

func HttpQuery3

func HttpQuery3(url string, param map[string]string, retryCount int) (int, []byte, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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