Documentation ¶
Index ¶
- func Request(method METHOD, url string, contentType string, arg map[string]interface{}, ...) (result []byte, err error)
- func RequestReturnMap(method METHOD, url string, contentType string, arg map[string]interface{}, ...) (result map[string]interface{}, err error)
- func RequestWithInterface(method METHOD, url string, contentType string, arg map[string]interface{}, ...) error
- func SetHeader(req *http.Request, arg map[string]string)
- type METHOD
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RequestReturnMap ¶ added in v0.1.0
func RequestWithInterface ¶ added in v0.1.0
Types ¶
Click to show internal directories.
Click to hide internal directories.