Realistic 3D camera system
3D camera system components
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
asio-1.10.6
src
examples
cpp03
http
server4
header.hpp
Go to the documentation of this file.
1
//
2
// header.hpp
3
// ~~~~~~~~~~
4
//
5
// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
6
//
7
// Distributed under the Boost Software License, Version 1.0. (See accompanying
8
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
9
//
10
11
#ifndef HTTP_SERVER4_HEADER_HPP
12
#define HTTP_SERVER4_HEADER_HPP
13
14
#include <string>
15
16
namespace
http
{
17
namespace
server4 {
18
19
struct
header
20
{
21
std::string
name
;
22
std::string
value
;
23
};
24
25
}
// namespace server4
26
}
// namespace http
27
28
#endif // HTTP_SERVER4_HEADER_HPP
http::server4::header::name
std::string name
Definition:
header.hpp:21
http::server4::header::value
std::string value
Definition:
header.hpp:22
http
Definition:
connection.cpp:17
http::server4::header
Definition:
header.hpp:19
Generated by
1.8.11