Overview
-
module Protocol-
module GRPC-
module Body-
class ReadableBodyRepresents a readable body for gRPC messages with length-prefixed framing.
-
class WritableBodyRepresents a writable body for gRPC messages with length-prefixed framing.
-
-
class CallRepresents context for a single RPC call.
-
class ErrorBase exception class for gRPC errors
-
class CancelledRepresents a cancelled gRPC operation.
-
class InvalidArgumentRepresents an invalid argument error.
-
class DeadlineExceededRepresents a deadline exceeded error.
-
class NotFoundRepresents a not found error.
-
class InternalRepresents an internal server error.
-
class UnavailableRepresents an unavailable service error.
-
class UnauthenticatedRepresents an unauthenticated error.
-
module Header-
class StatusThe
grpc-statusheader represents the gRPC status code. -
class MessageThe
grpc-messageheader represents the gRPC status message. -
class MetadataBase class for custom gRPC metadata (allowed in trailers).
-
-
module HealthCheck-
module ServingStatusHealth check status constants
-
-
class InterfaceRepresents an interface definition for gRPC methods.
-
module Metadata -
module MethodsProvides utility methods for building and parsing gRPC-compatible HTTP requests.
-
class MiddlewareRepresents server middleware for handling gRPC requests.
-
module StatusProvides gRPC status codes and their descriptions.
-
-