Protocol::GRPCSourceProtocolGRPCHeaderMetadata

class Metadata

Base class for custom gRPC metadata (allowed in trailers).

Definitions

def self.trailer?

Whether this header is acceptable in HTTP trailers. The grpc-metadata header can appear in trailers as per the gRPC specification.

Signature

returns Boolean

true, as grpc-metadata can appear in trailers.

Implementation

def self.trailer?
	true
end