Skip to content

Latest commit

 

History

History
 
 

curl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
This is a proof-of-concept implementation of muduo-curl bridge.
It demostrates the simplest use case of curl with muduo.

Note:
1. DNS resolving could be blocking, if your curl is not built with c-ares.
2. Request object should survive doneCallback.