Class ContentType.Binary

java.lang.Object
akka.http.scaladsl.model.ContentType.Binary
All Implemented Interfaces:
Renderable, ToStringRenderable, ValueRenderable, ContentType, ContentType.Binary, ContentType, Serializable, scala.Equals, scala.Product
Enclosing interface:
ContentType

public static final class ContentType.Binary extends Object implements ContentType.Binary, ContentType, scala.Product, Serializable
Represents a content-type which we know not to contain text (will never have have a charset)
See Also: