Documentation
¶
Index ¶
- func Do(c context.Context, req *http.Request) (body []byte, err error)
- func Get(c context.Context, uri string, params url.Values) (body []byte, err error)
- func NewRequest(method, uri string, params url.Values) (req *http.Request, err error)
- func Post(c context.Context, uri string, params url.Values) (body []byte, err error)
- func PreProcess(c context.Context, mid int64, ip, clientType string, newCaptcha int, ...) (challenge string, err error)
- func Validate(c context.Context, challenge, seccode, clientType, ip, captchaID string, ...) (res *model.ValidateRes, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRequest ¶
NewRequest new a http request.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.