# Functions
FromContext returns the Request-Id information from ctx if it exists.
NewContext creates a new context with Request-Id attached if not exists.
UnaryServerInterceptor returns grpc.UnaryServerInterceptor that should be used as a middleware to generate/include Request-Id in headers and context for tracing and tracking user's request.
# Constants
DefaultRequestIDKey is the metadata key name for request ID.