|
virtual void | sendStaticFile (const std::string &filePath, HTTPResponse &response, bool isBinary, const std::string &fileName)=0 |
|
virtual const std::filesystem::path & | getPathToAssets () const =0 |
|
Definition at line 10 of file IStaticFile.h.
◆ sendStaticFile()
virtual void framework::interfaces::IStaticFile::sendStaticFile |
( |
const std::string & | filePath, |
|
|
HTTPResponse & | response, |
|
|
bool | isBinary, |
|
|
const std::string & | fileName ) |
|
pure virtual |
- Parameters
-
fileName | Optional parameter for specifying name of file in Content-Disposition HTTP header |
Implemented in framework::ResourceExecutor.
The documentation for this class was generated from the following file: