7 lines
250 B
Plaintext
7 lines
250 B
Plaintext
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.
|