2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
28#ifndef WEBSOCKETPP_CONFIG_MINIMAL_CLIENT_HPP
29#define WEBSOCKETPP_CONFIG_MINIMAL_CLIENT_HPP
31#include <websocketpp/config/minimal_server.hpp>
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Namespace for the WebSocket++ project.
Server config with minimal dependencies.