ByteEntityCodec

soidc.http4s.client.ByteEntityCodec
See theByteEntityCodec companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Inherited methods

def decodeFrom[F[_] : Sync, A : ByteDecoder](ct: MediaType): EntityDecoder[F, A]

Attributes

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

Attributes

Inherited from:
ByteEntityEncoder

Givens

Inherited givens

given given_EntityDecoder_F_A[F[_] : Sync, 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