v3.5.0
- Added:
- Add the HTTP client error
HTTPClientError
. - Add the alias
HTTPServerError
ofHTTPError
. - Add the alias
NewHTTPServerError
ofNewHTTPError
. - Add some convenient HTTP client functions like
RequestJSONWithContext
,GetJSON
,PostJSON
, etc. - Add the compatible
NewRequestWithContext
ofhttp.NewRequestWithContext
to be compatible with go below 1.13.
- Add the HTTP client error