Documentation ¶
Index ¶
- type Body
- type HttpThird
- func (a *HttpThird) Delete(api string, params map[string]interface{}) (*Request, error)
- func (a *HttpThird) Get(api string, params map[string]interface{}) (*Request, error)
- func (a *HttpThird) Head(api string, params map[string]interface{}) (*Request, error)
- func (a *HttpThird) Post(api string, params map[string]interface{}) (*Request, error)
- func (a *HttpThird) Put(api string, params map[string]interface{}) (*Request, error)
- func (a *HttpThird) SetBaseAuth(username, password string)
- func (a *HttpThird) SetHeader(headers map[string]string)
- func (a *HttpThird) SetLogInfoFlag(on bool)
- type IResponse
- type PostFile
- type Request
- type RpcThird
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpThird ¶
type HttpThird struct { Domain string Hostname string ConnectTimeout int ReadWriteTimeout int // contains filtered or unexported fields }
func (*HttpThird) SetBaseAuth ¶
type Request ¶
type Request struct {
*httplib.BeegoHTTPRequest
}
Click to show internal directories.
Click to hide internal directories.