mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 14:24:31 +02:00
@@ -1,6 +1,7 @@
|
|||||||
Version 137:
|
Version 137:
|
||||||
|
|
||||||
* ConstBufferSequence mandates pointer equivalence
|
* ConstBufferSequence mandates pointer equivalence
|
||||||
|
* Add FieldsWriter constructor requirement
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@@ -58,6 +58,16 @@ In this table:
|
|||||||
response. The lifetime of `f` is guaranteed
|
response. The lifetime of `f` is guaranteed
|
||||||
to end no earlier than after the `W` is destroyed.
|
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()`]
|
[`a.get()`]
|
||||||
[`W::const_buffers_type`]
|
[`W::const_buffers_type`]
|
||||||
|
Reference in New Issue
Block a user