tinyhttp
Public Member Functions | Protected Member Functions | Friends | List of all members
tinyhttp::Extension Class Reference

The HttpServer supports the registraiton of Extensions to implement some additional functionalry which is not supported in the basic impelementation. E.g SD support. More...

#include <Extension.h>

Inheritance diagram for tinyhttp::Extension:
tinyhttp::ExtensionESPTask tinyhttp::ExtensionMusicFileStream tinyhttp::ExtensionSD tinyhttp::ExtensionSDStreamed tinyhttp::ExtensionStream tinyhttp::ExtensionStreamBasic tinyhttp::ExtensionLoggingStream

Public Member Functions

virtual void open (HttpServer *server)
 

Protected Member Functions

virtual void doLoop ()
 

Friends

class HttpServer
 

Detailed Description

The HttpServer supports the registraiton of Extensions to implement some additional functionalry which is not supported in the basic impelementation. E.g SD support.


The documentation for this class was generated from the following file: