URIReader fixes / improvements
This commit is contained in:
parent
d8fb22a71f
commit
ae6ccb3615
2 changed files with 61 additions and 50 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue