squeaky-pl / japronto

Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.
MIT License
8.61k stars 581 forks source link

high performance http client #51

Open Hellowlol opened 7 years ago

Hellowlol commented 7 years ago

It would be nice to have a high performance http client to use. Its not uncommon that you need to get some external info.

squeaky-pl commented 7 years ago

I have this on my list, especially pipelining client that has a prior knowledge of latency numbers, expected completion time would be useful in chatty microservices scenario.