mirror of
https://github.com/boostorg/beast.git
synced 2026-03-06 22:14:31 +01:00
33 lines
1015 B
Plaintext
33 lines
1015 B
Plaintext
[/
|
|
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
|
|
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
]
|
|
|
|
[section Using Networking]
|
|
|
|
This library makes network primitives used by the implementation publicly
|
|
available so users can take advantage of them in their own libraries.
|
|
These primitives include traits, buffers, buffer algorithms, and helpers
|
|
for implementing asynchronous operations compatible with __Asio__ and
|
|
described in __N3747__. This section lists these facilities by group,
|
|
with descriptions.
|
|
|
|
[important
|
|
This documentation assumes familiarity with __Asio__. Sample
|
|
code and identifiers used throughout are written as if the
|
|
following declarations are in effect:
|
|
|
|
[snippet_core_1a]
|
|
[snippet_core_1b]
|
|
]
|
|
|
|
[include 3_1_asio.qbk]
|
|
[include 3_2_streams.qbk]
|
|
[include 3_3_buffers.qbk]
|
|
[include 3_4_composed.qbk]
|
|
[include 3_5_detect_ssl.qbk]
|
|
|
|
[endsect]
|