Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Samples

The library comes with the following sample programs.

SimpleHttpClient

This demonstrates a very basic http client to download and print fetched data.

Also shows how to configure response cache and connection pool.

AsyncHttpClient

This demonstrates an http client which downloads data asynchronously and print fetched data.

Also shows how to configure response cache and connection pool.

Building samples

See wiki for instructions.