BMA Server Framework
/home/barant/Documents/Development/BMASockets/BMAHTTPRequestHandler.h
1
#ifndef __BMAHTTPRequestHandler_h__
2
#define __BMAHTTPRequestHandler_h__
3
4
#include "BMAHTTPServer.h"
5
6
class
BMAHTTPRequestHandler
:
public
BMAObject
{
7
8
public
:
9
BMAHTTPRequestHandler
(
BMAHTTPServer
&server, std::string path);
10
~
BMAHTTPRequestHandler
();
11
12
virtual
int
response(std::stringstream &sink);
13
14
private
:
15
BMAHTTPServer
&server;
16
17
};
18
19
#endif
BMAHTTPServer
Definition:
BMAHTTPServer.h:9
BMAHTTPRequestHandler
Definition:
BMAHTTPRequestHandler.h:6
BMAObject
Definition:
BMAObject.h:6
Generated by
1.8.13