got has offered us amazing api which helped us a lot during development.
However, now that Alicorn starts to bring more features, got, though easy to use, sometimes doesn't have the best performance, especially dealing with proxy or agent. (More may because I just created a new agent for each request.)
Considering this, we decided to remove got from Alicorn and use a combination of simple-get, node-keepalive-proxy-agent, etc.
This feature is considered as performance improving, so we shall release it in our next Alicorn Release, that is AppleSauce, I suppose, though we might change it in the last minute ;)
got
has offered us amazing api which helped us a lot during development. However, now that Alicorn starts to bring more features,got
, though easy to use, sometimes doesn't have the best performance, especially dealing with proxy or agent. (More may because I just created a new agent for each request.)Considering this, we decided to remove
got
from Alicorn and usea combination ofsimple-get
,node-keepalive-proxy-agent
, etc.This feature is considered as performance improving, so we shall release it in our next Alicorn Release, that is AppleSauce, I suppose, though we might change it in the last minute ;)