URIReader fixes / improvements

This commit is contained in:
Thulinma 2020-03-09 20:01:32 +01:00
parent d8fb22a71f
commit ae6ccb3615
2 changed files with 61 additions and 50 deletions

View file

@ -79,5 +79,6 @@ namespace HTTP{
URIType stateType; /// Holds the type of URI this is, for internal processing purposes.
std::ifstream fReader; /// For file-based URIs, the ifstream used for the file.
HTTP::Downloader downer; /// For HTTP(S)-based URIs, the Downloader instance used for the download.
void init();
};
}// namespace HTTP