NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::http::http2_push_promise_frame结构体 参考

PUSH_PROMISE 帧(RFC 7540 §6.6) 更多...

#include <http2_protocol.hpp>

Public 属性

uint32_t stream_id
 关联的流 ID(父流)
uint32_t promised_stream_id
 服务器承诺的新流 ID(必须为偶数)
byte_vector header_block
 请求头部块
uint8_t pad_length = 0
 填充长度
bool end_headers = false
 是否结束头部块

详细描述

PUSH_PROMISE 帧(RFC 7540 §6.6)

在文件 http2_protocol.hpp230 行定义.


该结构体的文档由以下文件生成: