Files
kotlin-fork/samples/libcurl
Ilya Matveev 52bbbc1815 gradle-plugin: Specify compiler version in project properties
This patch allows gradle-plugin user to specify a compiler version
via project properties. The default version is 0.2. It also updates
samples to use this new version of gradle plugin.
2017-05-05 19:40:21 +07:00
..
2017-03-31 10:20:29 +03:00
2017-04-26 20:07:06 +03:00
2017-03-30 16:25:05 +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). You also may use Gradle to build this sample: ../gradlew build.

To run use

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

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