9
3

_concepts.qbk 647 B

12345678910111213141516171819202122232425
  1. [/
  2. Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com)
  3. Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. Official repository: https://github.com/boostorg/beast
  6. ]
  7. [section:concepts Concepts]
  8. This section describes all of the concepts defined by the library.
  9. [include Body.qbk]
  10. [include BodyReader.qbk]
  11. [include BodyWriter.qbk]
  12. [include BufferSequence.qbk]
  13. [include DynamicBuffer.qbk]
  14. [include Fields.qbk]
  15. [include FieldsWriter.qbk]
  16. [include File.qbk]
  17. [include RatePolicy.qbk]
  18. [include Streams.qbk]
  19. [endsect]