# Functions
AppendHeaders parses the provided GRPC headers and attaches them to the provided context.
LogRequests logs the gRPC backend as well as request duration when the log level is set to debug or higher.
LogStream prints the method at DEBUG level at the start of the stream.
WithPrefix creates a new string with grpc metadata prefix.
# Constants
CustomErrorMetadataKey is the name of the metadata key storing additional error information.
HttpCodeMetadataKey is the key to use when setting custom HTTP status codes in gRPC metadata.
MetadataPrefix is the prefix for grpc headers on metadata.