cpprestsdk
cpprestsdk copied to clipboard
async http client post/get request demo?
Hi, sir or madam.
could you provide a demo for async get/post client request with a custom response handle function?
assume the request url is: https://api.coinex.com/v1/market/detail?market=BTCUSDT
the response is a json.
which i want to handle it with a callback function?