Versions in this module Expand all Collapse all v0 v0.17.2 Feb 4, 2026 v0.17.1 Feb 3, 2026 v0.17.0 Feb 1, 2026 Changes in this version + func ReadFrame(r io.Reader) ([]byte, bool, error) v0.16.0 Jan 28, 2026 Changes in this version + const ContentType + func AcceptHeader() core.KeyVal[string] + func Frame(data []byte, compressed bool) []byte + func Headers() []core.KeyVal[string] + func Unframe(data []byte) ([]byte, bool, error) + type Code int + const Aborted + const AlreadyExists + const Canceled + const DataLoss + const DeadlineExceeded + const FailedPrecondition + const Internal + const InvalidArgument + const NotFound + const OK + const OutOfRange + const PermissionDenied + const ResourceExhausted + const Unauthenticated + const Unavailable + const Unimplemented + const Unknown + func (c Code) String() string + type Status struct + Code Code + Message string + func ParseStatus(grpcStatus, grpcMessage string) *Status + func (s *Status) Error() string + func (s *Status) OK() bool