Loading…
|
Translation changed |
|
|
String added in the repository |
|
Loading…
|
Translation changed |
|
|
String added in the repository |
|
For more control, callers may take responsibility for managing the required若需更多控制权,调用方可以自行管理所需的 __parser__or或 __serializer__transient state objects. This allows additional configuration such as limiting the number of bytes for message components during parsing, or regulating the size of buffers emitted during output. These functions send or receive complete messages using a serializer or parser:临时状态对象。这样便可以实现额外配置,例如在解析过程中限制消息组件的最大字节数,或控制输出时缓冲区的大小。以下函数通过使用解析器或序列化器来发送或接收完整消息:[link beast.ref.boost__beast__http__read.overload2 `read`],、[link beast.ref.boost__beast__http__write.overload2 `write`],、[link beast.ref.boost__beast__http__async_read.overload1 `async_read`], and以及 [link beast.ref.boost__beast__http__async_write.overload1 `async_write`].。