Content-Transfer-Encoding

org.http4s.headers.Content-Transfer-Encoding
See theContent-Transfer-Encoding companion object
sealed abstract class Content-Transfer-Encoding(val value: CIString) extends Product, Serializable

This header specifies the way content is mime encoded.

Attributes

See also
Companion
object
Source
Content-Transfer-Encoding.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object 7bit.type
object 8bit.type
object Base64.type
object Binary.type
object IetfToken.type
object QuotedPrintable.type
object XToken.type
Show all

Members list

Value members

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields