easyhttpcpp/samples at master · sony/easyhttpcpp

Skip to content

Navigation Menu

Sign in

Appearance settings

Latest commit

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.