package
Version:
v0.0.0-...-9a41f76
Opens a new window with list of versions in this module.
Published: Aug 1, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func Get(url string, timeout int) ([]byte, error)
-
func GetJson(url string, parameter []byte, timeout int) ([]byte, error)
-
func PostJson(url, parameter string, timeout int) ([]byte, error)
-
func PostString(url, parameter string, timeout int) ([]byte, error)
GetJson application/json get 请求
PostJson application/json post 请求
PostString application/x-www-form-urlencoded 请求
Source Files
¶
Click to show internal directories.
Click to hide internal directories.