CodecFormat

sttp.tapir.CodecFormat
See theCodecFormat companion object
trait CodecFormat

Specifies the format of the encoded values. Each variant must be a proper type so that it can be used as a discriminator for different (implicit) instances of Codec values.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Grpc
class Json
class OctetStream
class TextHtml
class TextPlain
class Xml
class Zip
Show all

Members list

Value members

Abstract methods

def mediaType: MediaType