GRPC Core
18.0.0
|
#include <metadata_batch.h>
Data Fields | |
grpc_mdelem_list | list |
Metadata elements in this batch. More... | |
grpc_metadata_batch_callouts | idx |
grpc_millis | deadline |
Used to calculate grpc-timeout at the point of sending, or GRPC_MILLIS_INF_FUTURE if this batch does not need to send a grpc-timeout. More... | |
grpc_millis grpc_metadata_batch::deadline |
Used to calculate grpc-timeout at the point of sending, or GRPC_MILLIS_INF_FUTURE if this batch does not need to send a grpc-timeout.
grpc_metadata_batch_callouts grpc_metadata_batch::idx |
grpc_mdelem_list grpc_metadata_batch::list |
Metadata elements in this batch.