SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <httpdocrootsettings.h>
Public Member Functions | |
HttpDocrootSettings () | |
void | resetToDefaults () |
Public Attributes | |
QString | path |
QString | encoding |
int | maxAge |
int | cacheTime |
int | cacheSize |
int | maxCachedFileSize |
Definition at line 15 of file httpdocrootsettings.h.
|
inline |
Definition at line 25 of file httpdocrootsettings.h.
References resetToDefaults().
|
inline |
Definition at line 29 of file httpdocrootsettings.h.
Referenced by HttpDocrootSettings().
int qtwebapp::HttpDocrootSettings::cacheSize |
Definition at line 22 of file httpdocrootsettings.h.
Referenced by qtwebapp::StaticFileController::StaticFileController().
int qtwebapp::HttpDocrootSettings::cacheTime |
Definition at line 21 of file httpdocrootsettings.h.
Referenced by qtwebapp::StaticFileController::StaticFileController().
QString qtwebapp::HttpDocrootSettings::encoding |
Definition at line 19 of file httpdocrootsettings.h.
Referenced by qtwebapp::StaticFileController::StaticFileController().
int qtwebapp::HttpDocrootSettings::maxAge |
Definition at line 20 of file httpdocrootsettings.h.
Referenced by qtwebapp::StaticFileController::StaticFileController().
int qtwebapp::HttpDocrootSettings::maxCachedFileSize |
Definition at line 23 of file httpdocrootsettings.h.
Referenced by qtwebapp::StaticFileController::StaticFileController().
QString qtwebapp::HttpDocrootSettings::path |
Definition at line 18 of file httpdocrootsettings.h.
Referenced by qtwebapp::StaticFileController::StaticFileController(), and WebAPIRequestMapper::WebAPIRequestMapper().