o

akka.http.scaladsl.model

ContentTypes

object ContentTypes

Source
ContentType.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContentTypes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val NoContentType: Binary
  2. val application/grpc+proto: Binary
  3. val application/json: WithFixedCharset
  4. val application/octet-stream: Binary
  5. val application/x-www-form-urlencoded: WithFixedCharset
  6. val text/csv(UTF-8): WithCharset
  7. val text/html(UTF-8): WithCharset
  8. val text/plain(UTF-8): WithCharset
  9. val text/xml(UTF-8): WithCharset