Documentation
¶
Index ¶
- type Resp
- func Delete(url string, params map[string]interface{}) (*Resp, error)
- func Get(url string, params map[string]interface{}) (*Resp, error)
- func PostForm(url string, params map[string]interface{}) (*Resp, error)
- func PostFormFile(url string, params map[string]interface{}) (*Resp, error)
- func PostJson(url string, params interface{}) (*Resp, error)
- func Request(request *http.Request) (*Resp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resp ¶
type Resp struct {
// contains filtered or unexported fields
}
func (*Resp) StatusCode ¶
Click to show internal directories.
Click to hide internal directories.