kore/examples/async-curl
Joris Vink f6cd16c567 Replace static/dynamic with a single option: route
Kore will automatically detect if a route is a dynamic or static one
so there is no need for the configuration options to differ anymore.
2019-11-15 08:11:02 +01:00
..
conf Replace static/dynamic with a single option: route 2019-11-15 08:11:02 +01: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