GRPC::Metadata
Metadata represents gRPC metadata (HTTP/2 headers), carrying key-value pairs. Binary-valued keys must end in "-bin" and their values are base64-encoded.
Constructors
new
SourceInstance methods
dup
Returns a shallow copy of this object.
This allocates a new object and copies the contents of
self into it.
each
Sourceeach_value
Sourceeach_wire
Sourceempty?
Sourcemerge!(other : Metadata) : self
Sourceto_h
Source