Loading…
|
Translation changed |
|
|
String added in the repository |
|
Loading…
|
Translation changed |
|
|
String added in the repository |
|
Sometimes it is necessary to first send or receive the HTTP header. For example, to read the header and take action before continuing to read the body. These functions use a有时需要先发送或接收 HTTP 头部,例如在读取头部后根据其内容决定后续操作,然后再继续读取消息体。以下函数使用 __parser__or或 __serializer__to read or write the header:来读取或写入头部:[link beast.ref.boost__beast__http__read_header.overload2 `read_header`],、[link beast.ref.boost__beast__http__write_header.overload2 `write_header`],、[link beast.ref.boost__beast__http__async_read_header `async_read_header`], and以及 [link beast.ref.boost__beast__http__async_write_header `async_write_header`].。