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

HEADERS 帧(RFC 7540 §6.2) 更多...

#include <http2_protocol.hpp>

Public 属性

uint32_t stream_id
 流 ID
byte_vector header_block
 HPACK 编码的头部块
uint8_t pad_length = 0
 填充长度
http2_priority priority {}
 优先级信息
bool end_stream = false
 是否结束流
bool end_headers = false
 是否结束头部块
bool has_priority = false
 是否携带优先级

详细描述

HEADERS 帧(RFC 7540 §6.2)

在文件 http2_protocol.hpp176 行定义.


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