wreq has some performance problems, at least when last investigated, due to in creating a new request context every request (which takes is about 5MB of memory). We should be able to drop down to what wreq uses underneath, http-conduit, without too much trouble.
wreq
has some performance problems, at least when last investigated, due to in creating a new request context every request (which takes is about 5MB of memory). We should be able to drop down to whatwreq
uses underneath,http-conduit
, without too much trouble.