grequests
grequests copied to clipboard
Export Response struct
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
?