UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
webserver.hpp File Reference

Declarations to manage the builtin Webserver. More...

+ 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_metaUPnPsdk::select_filetype (std::string_view a_extension)
 Based on the extension, returns the content type and content subtype.
 

Detailed Description

Declarations to manage the builtin Webserver.

Definition in file webserver.hpp.


Class Documentation

◆ UPnPsdk::Document_meta

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