Decoder

smithy4s.http.Metadata$.Decoder
See theDecoder companion object
trait Decoder[A]

Reads metadata and produces a map that contains values extracted from it, labelled by field names.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def decode(metadata: Metadata): Either[MetadataError, A]