All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalapb.zio_grpc.ResponseContext.scala Maven / Gradle / Ivy

The newest version!
package scalapb.zio_grpc

import io.grpc.Metadata

final case class ResponseContext[A](
    headers: Metadata,
    response: A,
    trailers: Metadata
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy