HttpDecoder

io.funkode.arangodb.http.HttpDecoder
trait HttpDecoder[Decoder[_]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def decode[R](body: Body)(using Decoder[R]): AIO[R]