Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 530 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 530 Bytes

HTTP client

This example shows how to communicate with libcurl, HTTP/HTTPS/FTP/etc client library and how to depend on an artifact published in a maven repository. The sample depends on a library built by libcurl sample so you need to run it first.

To build use ../gradlew assemble.

To run use ../gradlew runReleaseExecutableCurl or execute the program directly:

./build/bin/curl/main/release/executable/curl.kexe 'https://www.jetbrains.com/'

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