#include <hpack_parser.h>
Public Types | |
enum | Type : uint8_t { kHeaders, kTrailers, kDontKnow } |
Public Attributes | |
bool | is_client |
uint32_t | stream_id |
Type | type |
Definition at line 59 of file hpack_parser.h.
Enumerator | |
---|---|
kHeaders | |
kTrailers | |
kDontKnow |
Definition at line 63 of file hpack_parser.h.
bool grpc_core::HPackParser::LogInfo::is_client |
Definition at line 70 of file hpack_parser.h.
uint32_t grpc_core::HPackParser::LogInfo::stream_id |
Definition at line 61 of file hpack_parser.h.
Type grpc_core::HPackParser::LogInfo::type |
Definition at line 68 of file hpack_parser.h.