Request

Send Request

These methods of Request will fire the http request and return the response, MustXXX will not return any error, panic if error occurs.

Request Settings

The following are the chainable settings of Request, all of which have corresponding global wrappers.

Basically, you can know the meaning of most settings directly from the method name.

URL Query and Path Parameter

Body and Marshal&Unmarshal

Request Level Debug

Multipart & Form & Upload

Download

Retry

Middleware

Context