Torc
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
torc
http
torchtmldynamiccontent.h
Go to the documentation of this file.
1
#ifndef TORCHTMLDYNAMICCONTENT_H
2
#define TORCHTMLDYNAMICCONTENT_H
3
4
// Torc
5
#include "
torchttphandler.h
"
6
7
class
TorcHTMLDynamicContent
:
public
TorcHTTPHandler
8
{
9
public
:
10
TorcHTMLDynamicContent
();
11
void
ProcessHTTPRequest
(
const
QString &PeerAddress,
int
PeerPort,
const
QString &LocalAddress,
int
LocalPort,
TorcHTTPRequest
&Request)
override
;
12
13
private
:
14
QString m_pathToContent;
15
};
16
17
#endif // TORCHTMLDYNAMICCONTENT_H
TorcHTTPRequest
A class to encapsulate an incoming HTTP request.
Definition:
torchttprequest.h:112
TorcHTMLDynamicContent::TorcHTMLDynamicContent
TorcHTMLDynamicContent()
Definition:
torchtmldynamiccontent.cpp:37
TorcHTTPHandler
Base HTTP response handler class.
Definition:
torchttphandler.h:13
TorcHTMLDynamicContent
Handles the provision of dynamic content as typically located in ~/.torc/content. ...
Definition:
torchtmldynamiccontent.h:7
TorcHTMLDynamicContent::ProcessHTTPRequest
void ProcessHTTPRequest(const QString &PeerAddress, int PeerPort, const QString &LocalAddress, int LocalPort, TorcHTTPRequest &Request) override
Definition:
torchtmldynamiccontent.cpp:55
torchttphandler.h
Generated on Sat Jan 5 2019 21:54:03 for Torc by
1.8.11