Declarations to manage the builtin Webserver. More...
#include <UPnPsdk/visibility.hpp>
Include dependency graph for webserver.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | UPnPsdk::Document_meta |
| Mapping of file extension to content-type of document. More... | |
Namespaces | |
| namespace | UPnPsdk |
| Reengineered Object Oriented UPnP+ program code. | |
Functions | |
| UPnPsdk_VIS const Document_meta * | UPnPsdk::select_filetype (std::string_view a_extension) |
| Based on the extension, returns the content type and content subtype. | |
Declarations to manage the builtin Webserver.
Definition in file webserver.hpp.
| struct UPnPsdk::Document_meta |
Mapping of file extension to content-type of document.
Definition at line 18 of file webserver.hpp.
| Class Members | ||
|---|---|---|
| string | extension | extension of a filename |
| string | type | file type |
| string | subtype | file subtype |