<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="">FieldsWriter</string>
    <string name="">A [*FieldsWriter] provides a algorithm to obtain a sequence of buffers representing the complete serialized HTTP/1 header for a set of fields. The implementation constructs an instance of this type when needed, and calls into it once to retrieve the buffers.</string>
    <string name="">Associated Types</string>
    <string name="">* __FieldsWriter__</string>
    <string name="">Requirements</string>
    <string name="">These requirements may undergo non-backward compatible</string>
    <string name="">In this table:</string>
    <string name="">* `W` denotes a type that meets the requirements of [*FieldsWriter].\n* `F` denotes a __Fields__ where</string>
    <string name="">* `a` is a value of type `W`.\n* `f` is a value of type `F`.\n* `v` is an `unsigned` value representing the HTTP version.\n* `c` is an `unsigned` representing the HTTP status-code.\n* `m` is a value of type [link beast.ref.boost__beast__http__verb `verb`].</string>
    <string name="">Valid expressions</string>
    <string name="">expression</string>
    <string name="">type</string>
    <string name="">semantics, pre/post-conditions</string>
    <string name="39">`W::const_buffers_type`</string>
    <string name="">A type which meets the requirements of __ConstBufferSequence__. This is the type of buffer returned by `W::get`.</string>
    <string name="">`W{f,v,m}`</string>
    <string name="">The implementation calls this constructor to indicate that the fields being serialized form part of an HTTP request. The lifetime of `f` is guaranteed to end no earlier than after the `W` is destroyed.</string>
    <string name="">`W{f,v,c}`</string>
    <string name="">The implementation calls this constructor to indicate that the fields being serialized form part of an HTTP response. The lifetime of `f` is guaranteed to end no earlier than after the `W` is destroyed.</string>
    <string name="">`W{f}`</string>
    <string name="">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.</string>
    <string name="">`a.get()`</string>
    <string name="">Called once after construction, this function returns a constant buffer sequence containing the serialized representation of the HTTP request or response including the final carriage return linefeed sequence (`\"\\r\\n\"`).\n\nCopies may be made of the returned sequence, but the underlying memory is still owned by the writer. The implementation will destroy all copies of the buffer sequence before destroying `a`.</string>
    <string name="">Exemplar</string>
    <string name="">Models</string>
    <string name="">* [link beast.ref.boost__beast__http__basic_fields.writer `basic_fields::writer`]</string>
</resources>
