Documentation ¶
Index ¶
- type WebMsg
- func (w *WebMsg) AddHeader(key, value string) *WebMsg
- func (this *WebMsg) BindBody(ctx *gin.Context) error
- func (this *WebMsg) Body() []byte
- func (this *WebMsg) Get() *basedto.IchubResult
- func (this *WebMsg) Get2Resp() (*resty.Response, error)
- func (this *WebMsg) Headers() map[string]string
- func (this *WebMsg) IfDelete() bool
- func (this *WebMsg) IfGet() bool
- func (this *WebMsg) IfPost() bool
- func (this *WebMsg) IfPut() bool
- func (this *WebMsg) Method() string
- func (this *WebMsg) Post() *basedto.IchubResult
- func (this *WebMsg) Post2Resp() (*resty.Response, error)
- func (this *WebMsg) PostProxy(proxy baseiface.IbaseProxy) *basedto.IchubResult
- func (this *WebMsg) PutHeader(key, value string) *WebMsg
- func (this *WebMsg) Resp2IchubResult(resp *resty.Response, err error) *basedto.IchubResult
- func (this *WebMsg) SetBody(body []byte)
- func (this *WebMsg) SetHeaders(headers map[string]string)
- func (this *WebMsg) SetMethod(method string)
- func (this *WebMsg) SetTimeout(timeout int)
- func (this *WebMsg) SetUrl(url string)
- func (this *WebMsg) Timeout() int
- func (this *WebMsg) Url() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebMsg ¶
type WebMsg struct {
// contains filtered or unexported fields
}
func (*WebMsg) Get ¶
func (this *WebMsg) Get() *basedto.IchubResult
func (*WebMsg) Post ¶
func (this *WebMsg) Post() *basedto.IchubResult
func (*WebMsg) PostProxy ¶
func (this *WebMsg) PostProxy(proxy baseiface.IbaseProxy) *basedto.IchubResult
func (*WebMsg) Resp2IchubResult ¶
func (this *WebMsg) Resp2IchubResult(resp *resty.Response, err error) *basedto.IchubResult
func (*WebMsg) SetHeaders ¶
func (*WebMsg) SetTimeout ¶
Click to show internal directories.
Click to hide internal directories.