Class ContentType.WithCharset

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

public static final class ContentType.WithCharset extends Object implements ContentType.WithCharset, ContentType.NonBinary, scala.Product, Serializable
Represents a content-type which we know to contain text, and the charset is known at runtime.
See Also: