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?
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 buildResponse
fromhttp.Response
. I could not to find any way to do this. So, it is any way to exportbuildResponse
function or create new function callBuildResponse
?