Drop usage of Reader from InternalServer::handle_meta

This is essentially a code move of meta handlers from using Reader
functions to directly using Archive.
This commit is contained in:
Maneesh P M
2021-05-22 22:40:20 +05:30
parent 940368b8ac
commit 7d68926539
7 changed files with 249 additions and 49 deletions

View File

@ -25,6 +25,7 @@ install_headers(
'tools/pathTools.h',
'tools/regexTools.h',
'tools/stringTools.h',
'tools/archiveTools.h',
subdir:'kiwix/tools'
)