mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 05:17:26 +02:00
@ -1,6 +1,7 @@
|
||||
Version 137:
|
||||
|
||||
* ConstBufferSequence mandates pointer equivalence
|
||||
* Add FieldsWriter constructor requirement
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -58,6 +58,16 @@ In this table:
|
||||
response. The lifetime of `f` is guaranteed
|
||||
to end no earlier than after the `W` is destroyed.
|
||||
]
|
||||
][
|
||||
[`W{f}`]
|
||||
[]
|
||||
[
|
||||
The implementation calls this constructor to indicate
|
||||
that the fields being serialized form part of a chunked
|
||||
encoding final-chunk trailer. The lifetime of `f` is
|
||||
guaranteed to end no earlier than after the `W` is
|
||||
destroyed.
|
||||
]
|
||||
][
|
||||
[`a.get()`]
|
||||
[`W::const_buffers_type`]
|
||||
|
Reference in New Issue
Block a user