GRPC Core  18.0.0
Data Fields
grpc_metadata_batch Struct Reference

#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...
 

Field Documentation

◆ deadline

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.

◆ idx

grpc_metadata_batch_callouts grpc_metadata_batch::idx

◆ list

grpc_mdelem_list grpc_metadata_batch::list

Metadata elements in this batch.


The documentation for this struct was generated from the following file: