#include <hpack_encoder.h>
Public Attributes | |
bool | is_end_of_stream |
size_t | max_frame_size |
grpc_transport_one_way_stats * | stats |
uint32_t | stream_id |
bool | use_true_binary_metadata |
Definition at line 68 of file hpack_encoder.h.
bool grpc_core::HPackCompressor::EncodeHeaderOptions::is_end_of_stream |
Definition at line 70 of file hpack_encoder.h.
size_t grpc_core::HPackCompressor::EncodeHeaderOptions::max_frame_size |
Definition at line 72 of file hpack_encoder.h.
grpc_transport_one_way_stats* grpc_core::HPackCompressor::EncodeHeaderOptions::stats |
Definition at line 73 of file hpack_encoder.h.
uint32_t grpc_core::HPackCompressor::EncodeHeaderOptions::stream_id |
Definition at line 69 of file hpack_encoder.h.
bool grpc_core::HPackCompressor::EncodeHeaderOptions::use_true_binary_metadata |
Definition at line 71 of file hpack_encoder.h.