mirror of https://github.com/aria2/aria2
Update libaria2.rst
parent
b095292afb
commit
0ed4fec8a8
|
@ -3,6 +3,16 @@
|
||||||
libaria2: C++ library interface to aria2
|
libaria2: C++ library interface to aria2
|
||||||
========================================
|
========================================
|
||||||
|
|
||||||
|
.. Warning::
|
||||||
|
|
||||||
|
The API has not been frozen yet. It will be changed on the course of
|
||||||
|
the development.
|
||||||
|
|
||||||
|
The libaria2 is a C++ library and offers the core functionality of
|
||||||
|
aria2. The library takes care of all networking and downloading stuff,
|
||||||
|
so its usage is very straight forward right now. See *libaria2ex.cc*
|
||||||
|
in *examples* directory to see how to use API.
|
||||||
|
|
||||||
API Reference
|
API Reference
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue