All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fintrospect.formats.PlainText.scala Maven / Gradle / Ivy

package io.fintrospect.formats

import io.fintrospect.ContentTypes


/**
  * Native (string-based) Text support (text/plain content type)
  */
object PlainText {

  case class $ private[PlainText](value: String)

  object ResponseBuilder extends AbstractResponseBuilder[$] {
    def HttpResponse(): ResponseBuilder[$] = new ResponseBuilder[$](_.value, $, e => $(e.getMessage), ContentTypes.TEXT_PLAIN)
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy