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?
grequestsis a great http client library.I like to use it to replace golang default http client.
But in some case, I want to build
Responsefromhttp.Response.I could not to find any way to do this.
So, it is any way to export
buildResponsefunction or create new function callBuildResponse?