ByteEntityCodec

soidc.http4s.client.ByteEntityCodec
See theByteEntityCodec companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

def decodeFrom[F[_], A](ct: MediaType)(using evidence$1: Sync[F], evidence$2: ByteDecoder[A]): EntityDecoder[F, A]

Attributes

Inherited from:
ByteEntityDecoder
def encodeAs[F[_], A](ct: MediaType)(using evidence$1: ByteEncoder[A]): EntityEncoder[F, A]

Attributes

Inherited from:
ByteEntityEncoder

Givens

Inherited givens

given given_EntityDecoder_F_A[F[_], A](using evidence$1: Sync[F], ByteDecoder[A]): EntityDecoder[F, A]

Attributes

Inherited from:
ByteEntityDecoder
given given_EntityEncoder_F_A[F[_], A](using ByteEncoder[A]): EntityEncoder[F, A]

Attributes

Inherited from:
ByteEntityEncoder