#include <file_server.hpp>
|
std::mt19937 | gen {0} |
|
std::uniform_int_distribution< int > | letters {1, 2_MiB} |
|
◆ FileServer()
FileServer::FileServer |
( |
| ) |
|
|
inline |
◆ createDummyFile()
void FileServer::createDummyFile |
( |
std::filesystem::path const & |
where | ) |
|
|
inlineprivate |
◆ getServePath()
std::filesystem::path FileServer::getServePath |
( |
| ) |
|
|
inlineprivate |
◆ ROAR_MAKE_LISTENER()
◆ serve()
◆ serveAppdata()
if (user has permissions) options.allowUpload = true;
◆ gen
std::mt19937 FileServer::gen {0} |
|
private |
◆ letters
std::uniform_int_distribution<int> FileServer::letters {1, 2_MiB} |
|
private |
The documentation for this class was generated from the following files: