Files
kotlin-fork/samples/libcurl
Svyatoslav Scherbina 50c3be3fc2 Simplify working with values in interop
* Access primitive interop array elements and struct fields without `.value`
* Simplify C*Var* interop types names
2017-03-31 11:44:07 +03:00
..
2017-03-31 10:20:29 +03:00
2017-03-30 16:25:05 +03:00
2017-03-30 16:25:05 +03:00
2017-03-30 16:25:05 +03:00
2017-03-30 19:41:15 +03:00

HTTP client

This example shows how to communicate with libcurl, HTTP/HTTPS/FTP/etc client library. To build use ./build.sh script without arguments (or specify TARGET variable if cross-compiling).

To run use

./Curl.kexe https://www.jetbrains.com

It will perform HTTP get and print out the data obtained.