kore/examples/async-curl
Joris Vink 0430c36a08 Adjust for new kore_curl_init() 2019-10-21 21:20:16 +02:00
..
conf Allow multiple binds on new server directive. 2019-09-27 20:00:35 +02:00
src Adjust for new kore_curl_init() 2019-10-21 21:20:16 +02:00
.gitignore Add asynchronous libcurl support. 2019-04-24 00:15:17 +02:00
README.md Add asynchronous libcurl support. 2019-04-24 00:15:17 +02:00

README.md

Kore asynchronous libcurl integration example.

This example demonstrates how you can use the asynchronous libcurl api from Kore to perform HTTP client requests, or FTP requests, or send emails all in an asynchronous fashion.

Run:

	$ kodev run
	$ curl https://127.0.0.1:8888
	$ curl https://127.0.0.1:8888/ftp