|
GRPC Core
10.0.0
|
A single metadata element. More...
#include <grpc_types.h>
Data Fields | |
| grpc_slice | key |
| the key, value values are expected to line up with grpc_mdelem: if changing them, update metadata.h at the same time. More... | |
| grpc_slice | value |
| uint32_t | flags |
| struct { | |
| void * obfuscated [4] | |
| } | internal_data |
| The following fields are reserved for grpc internal use. More... | |
A single metadata element.
| uint32_t grpc_metadata::flags |
| struct { ... } grpc_metadata::internal_data |
The following fields are reserved for grpc internal use.
There is no need to initialize them, and they will be set to garbage during calls to grpc.
| grpc_slice grpc_metadata::key |
the key, value values are expected to line up with grpc_mdelem: if changing them, update metadata.h at the same time.
| void* grpc_metadata::obfuscated[4] |
| grpc_slice grpc_metadata::value |
1.8.16