BMA Server Framework
/home/barant/Development/BMA/server_core/ServerCore/BMAHeader.h
1
#ifndef __BMAHeader_h__
2
#define __BMAHeader_h__
3
4
#include "includes"
5
#include "BMAObject.h"
6
7
class
BMAHeader
:
public
BMAObject
{
8
9
public
:
10
BMAHeader
(std::string data);
11
~
BMAHeader
();
12
13
std::string data;
14
\
15
std::string requestMethod();
16
std::string requestURL();
17
std::string requestProtocol();
18
19
private
:
20
21
22
// vector<map<string, string>> header;
23
24
};
25
26
#endif
BMAObject
Definition:
BMAObject.h:6
BMAHeader
Definition:
BMAHeader.h:7
Generated by
1.8.13