HttpClient
class HttpClient(using system: ClassicActorSystemProvider) extends BaseCirceSupport with ErrorAccumulatingUnmarshaller
trait ErrorAccumulatingUnmarshaller
trait BaseCirceSupport
class Object
trait Matchable
class Any
Type members
Value members
Implicits
Inherited implicits
implicit def sourceUnmarshaller[A](Decoder[A], support: JsonEntityStreamingSupport): FromEntityUnmarshaller[SourceOf[A]]
- Inhertied from
- BaseCirceSupport
final implicit def safeUnmarshaller[A](Decoder[A]): FromEntityUnmarshaller[ValidatedNel[Error, A]]
- Inhertied from
- ErrorAccumulatingUnmarshaller
final implicit override def fromByteStringUnmarshaller[A](Decoder[A]): Unmarshaller[ByteString, A]
- Definition Classes
- ErrorAccumulatingUnmarshaller
- Inhertied from
- ErrorAccumulatingUnmarshaller
final implicit def marshaller[A](Encoder[A], printer: Printer): ToEntityMarshaller[A]
- Inhertied from
- BaseCirceSupport
final implicit override def unmarshaller[A](Decoder[A]): FromEntityUnmarshaller[A]
- Definition Classes
- ErrorAccumulatingUnmarshaller
- Inhertied from
- ErrorAccumulatingUnmarshaller