We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now, httpclient can only handle ghttp.DefaultHandlerResponse of json format. It should be extended to support other responses.
ghttp.DefaultHandlerResponse
No response
The text was updated successfully, but these errors were encountered:
feat: Support extended response handler. Fixes gogf#3539
f5b610a
Signed-off-by: oninowang <[email protected]>
fix: Resolve pr comments. Fixes gogf#3539
6df5f7b
fix(test): add unit tests and fix some minor bugs. Fixes gogf#3539
50dc29b
1551b78
contrib/sdk/httpclient: add custom response handler support, fixe #3539…
8e075fb
… (#3540)
Successfully merging a pull request may close this issue.
Description
Now, httpclient can only handle
ghttp.DefaultHandlerResponse
of json format.It should be extended to support other responses.
Additional
No response
The text was updated successfully, but these errors were encountered: