libaria2.rst 585 B

123456789101112131415161718192021
  1. .. default-domain:: cpp
  2. libaria2: C++ library interface to aria2
  3. ========================================
  4. .. Warning::
  5. The API has not been frozen yet. It will be changed on the course of
  6. the development.
  7. The libaria2 is a C++ library and offers the core functionality of
  8. aria2. The library takes care of all networking and downloading stuff,
  9. so its usage is very straight forward right now. See *libaria2ex.cc*
  10. in *examples* directory to see how to use API.
  11. API Reference
  12. -------------
  13. All enums, types and functions are under ``aria2`` namespace.
  14. .. include:: libaria2api