2017-07-20 08:01:46 -07:00
|
|
|
[/
|
2017-02-06 20:07:03 -05:00
|
|
|
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
|
2017-07-20 08:01:46 -07:00
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[library Beast
|
|
|
|
|
[quickbook 1.6]
|
2017-02-06 20:07:03 -05:00
|
|
|
[copyright 2013 - 2017 Vinnie Falco]
|
2016-09-25 11:19:51 -04:00
|
|
|
[purpose Networking Protocol Library]
|
2017-07-20 08:01:46 -07:00
|
|
|
[license
|
|
|
|
|
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])
|
|
|
|
|
]
|
|
|
|
|
[authors [Falco, Vinnie]]
|
|
|
|
|
[category template]
|
|
|
|
|
[category generic]
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[template mdash[] '''— ''']
|
|
|
|
|
[template indexterm1[term1] '''<indexterm><primary>'''[term1]'''</primary></indexterm>''']
|
|
|
|
|
[template indexterm2[term1 term2] '''<indexterm><primary>'''[term1]'''</primary><secondary>'''[term2]'''</secondary></indexterm>''']
|
|
|
|
|
|
2016-11-10 05:34:49 -05:00
|
|
|
[def __N4588__ [@http://cplusplus.github.io/networking-ts/draft.pdf [*N4588]]]
|
|
|
|
|
[def __rfc6455__ [@https://tools.ietf.org/html/rfc6455 rfc6455]]
|
|
|
|
|
[def __rfc7230__ [@https://tools.ietf.org/html/rfc7230 rfc7230]]
|
|
|
|
|
|
2016-09-25 11:19:51 -04:00
|
|
|
[def __asio_handler_invoke__ [@http://www.boost.org/doc/libs/1_61_0/doc/html/boost_asio/reference/asio_handler_invoke.html `asio_handler_invoke`]]
|
|
|
|
|
[def __asio_handler_allocate__ [@http://www.boost.org/doc/libs/1_61_0/doc/html/boost_asio/reference/asio_handler_allocate.html `asio_handler_allocate`]]
|
2017-02-06 10:56:37 -05:00
|
|
|
[def __void_or_deduced__ [@http://www.boost.org/doc/libs/1_61_0/doc/html/boost_asio/reference/asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function ['void-or-deduced]]]
|
2016-11-10 05:34:49 -05:00
|
|
|
|
2016-09-25 11:19:51 -04:00
|
|
|
[def __AsyncReadStream__ [@http://www.boost.org/doc/libs/1_61_0/doc/html/boost_asio/reference/AsyncReadStream.html [*AsyncReadStream]]]
|
|
|
|
|
[def __AsyncWriteStream__ [@http://www.boost.org/doc/libs/1_61_0/doc/html/boost_asio/reference/AsyncWriteStream.html [*AsyncWriteStream]]]
|
2017-02-06 10:56:37 -05:00
|
|
|
[def __CompletionHandler__ [@http://www.boost.org/doc/libs/1_61_0/doc/html/boost_asio/reference/CompletionHandler.html [*CompletionHandler]]]
|
2016-10-09 14:42:17 -04:00
|
|
|
[def __ConstBufferSequence__ [@http://www.boost.org/doc/libs/1_61_0/doc/html/boost_asio/reference/ConstBufferSequence.html [*ConstBufferSequence]]]
|
2017-02-06 10:56:37 -05:00
|
|
|
[def __Handler__ [@http://www.boost.org/doc/libs/1_61_0/doc/html/boost_asio/reference/Handler.html [*Handler]]]
|
2016-10-09 14:42:17 -04:00
|
|
|
[def __MutableBufferSequence__ [@http://www.boost.org/doc/libs/1_61_0/doc/html/boost_asio/reference/MutableBufferSequence.html [*MutableBufferSequence]]]
|
2016-09-25 11:19:51 -04:00
|
|
|
[def __SyncReadStream__ [@http://www.boost.org/doc/libs/1_61_0/doc/html/boost_asio/reference/SyncReadStream.html [*SyncReadStream]]]
|
2017-02-06 10:56:37 -05:00
|
|
|
[def __SyncWriteStream__ [@http://www.boost.org/doc/libs/1_61_0/doc/html/boost_asio/reference/SyncWriteStream.html [*SyncWriteStream]]]
|
2016-11-10 05:34:49 -05:00
|
|
|
|
2017-05-04 15:40:07 -07:00
|
|
|
[def __Body__ [link beast.ref.Body [*`Body`]]]
|
|
|
|
|
[def __DynamicBuffer__ [link beast.ref.DynamicBuffer [*DynamicBuffer]]]
|
|
|
|
|
[def __FieldSequence__ [link beast.ref.FieldSequence [*FieldSequence]]]
|
|
|
|
|
[def __Parser__ [link beast.ref.Parser [*`Parser`]]]
|
2016-11-10 05:34:49 -05:00
|
|
|
|
2017-05-04 15:40:07 -07:00
|
|
|
[def __basic_fields__ [link beast.ref.http__basic_fields `basic_fields`]]
|
|
|
|
|
[def __fields__ [link beast.ref.http__fields `fields`]]
|
|
|
|
|
[def __header__ [link beast.ref.http__header `header`]]
|
|
|
|
|
[def __message__ [link beast.ref.http__message `message`]]
|
|
|
|
|
[def __streambuf__ [link beast.ref.streambuf `streambuf`]]
|
|
|
|
|
[def __basic_multi_buffer__ [link beast.ref.basic_multi_buffer `basic_multi_buffer`]]
|
2016-09-25 11:19:51 -04:00
|
|
|
|
|
|
|
|
Beast is a cross-platform, header-only C++ library built on Boost.Asio that
|
|
|
|
|
provides implementations of the HTTP and WebSocket protocols.
|
|
|
|
|
|
|
|
|
|
[variablelist
|
|
|
|
|
[[
|
|
|
|
|
[link beast.overview Overview]
|
|
|
|
|
][
|
2016-10-10 16:05:08 -04:00
|
|
|
An introduction with features, requirements, and credits.
|
2016-09-25 11:19:51 -04:00
|
|
|
]]
|
|
|
|
|
[[
|
|
|
|
|
[link beast.http Using HTTP]
|
|
|
|
|
][
|
|
|
|
|
How to use Beast's HTTP interfaces in your applications.
|
|
|
|
|
]]
|
|
|
|
|
[[
|
|
|
|
|
[link beast.websocket Using WebSocket]
|
|
|
|
|
][
|
|
|
|
|
How to use Beast's WebSocket interfaces in your applications.
|
|
|
|
|
]]
|
|
|
|
|
[[
|
|
|
|
|
[link beast.example Examples]
|
|
|
|
|
][
|
|
|
|
|
Examples that illustrate the use of Beast in more complex applications.
|
|
|
|
|
]]
|
2016-10-09 14:42:17 -04:00
|
|
|
[[
|
|
|
|
|
[link beast.design Design]
|
|
|
|
|
][
|
|
|
|
|
Design rationale, answers to review questions, and
|
|
|
|
|
other library comparisons.
|
|
|
|
|
]]
|
2016-09-25 11:19:51 -04:00
|
|
|
[[
|
2016-10-04 16:34:33 -04:00
|
|
|
[link beast.ref Reference]
|
2016-09-25 11:19:51 -04:00
|
|
|
][
|
|
|
|
|
Detailed class and function reference.
|
|
|
|
|
]]
|
|
|
|
|
[[
|
|
|
|
|
[link beast.index Index]
|
|
|
|
|
][
|
|
|
|
|
Book-style text index of Beast documentation.
|
|
|
|
|
]]
|
|
|
|
|
]
|
2017-07-20 08:01:46 -07:00
|
|
|
|
2016-09-25 11:19:51 -04:00
|
|
|
[include overview.qbk]
|
|
|
|
|
[include http.qbk]
|
|
|
|
|
[include websocket.qbk]
|
|
|
|
|
[include examples.qbk]
|
|
|
|
|
[include design.qbk]
|
2017-07-20 08:01:46 -07:00
|
|
|
|
2016-09-25 11:19:51 -04:00
|
|
|
[section:ref Reference]
|
2016-10-04 16:34:33 -04:00
|
|
|
[xinclude quickref.xml]
|
2016-05-11 08:36:29 -04:00
|
|
|
[include types/Body.qbk]
|
|
|
|
|
[include types/BufferSequence.qbk]
|
2016-05-28 09:23:54 -04:00
|
|
|
[include types/DynamicBuffer.qbk]
|
2016-05-11 08:36:29 -04:00
|
|
|
[include types/Field.qbk]
|
|
|
|
|
[include types/FieldSequence.qbk]
|
|
|
|
|
[include types/Reader.qbk]
|
|
|
|
|
[include types/Streams.qbk]
|
|
|
|
|
[include types/Writer.qbk]
|
2016-09-25 11:19:51 -04:00
|
|
|
[include reference.qbk]
|
2016-05-01 12:33:35 -04:00
|
|
|
[endsect]
|
|
|
|
|
|
2017-07-20 08:01:46 -07:00
|
|
|
[xinclude index.xml]
|