mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 20:49:01 -04:00
13 lines
319 B
Markdown
13 lines
319 B
Markdown
|
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
|
||
|
```
|