We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09356f commit d2d0c8aCopy full SHA for d2d0c8a
libs/network/src/client.cpp
@@ -0,0 +1,17 @@
1
+
2
+// Copyright 2011 Dean Michael Berris (dberris@google.com).
3
+// Copyright 2011 Google, Inc.
4
+// Distributed under the Boost Software License, Version 1.0.
5
+// (See accompanying file LICENSE_1_0.txt or copy at
6
+// http://www.boost.org/LICENSE_1_0.txt)
7
8
+#ifdef BOOST_NETWORK_NO_LIB
9
+#warn Building the library even with BOOST_NETWORK_NO_LIB defined.
10
+#undef BOOST_NETWORK_NO_LIB
11
+#endif
12
13
+#include <boost/network/protocol/http/client/connection/normal_delegate.ipp>
14
15
+#ifdef BOOST_NETWORK_ENABLE_HTTPS
16
+#include <boost/network/protocol/http/client/connection/ssl_delegate.ipp>
17
0 commit comments