You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grequests is a great http client library.
I like to use it to replace golang default http client.
But in some case, I want to build Response from http.Response.
I could not to find any way to do this.
So, it is any way to export buildResponse function or create new function call BuildResponse?
The text was updated successfully, but these errors were encountered:
grequests
is a great http client library.I like to use it to replace golang default http client.
But in some case, I want to build
Response
fromhttp.Response
.I could not to find any way to do this.
So, it is any way to export
buildResponse
function or create new function callBuildResponse
?The text was updated successfully, but these errors were encountered: