Package

io.fintrospect

formats

Permalink

package formats

Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractResponseBuilder[T] extends AnyRef

    Permalink

    Convenience methods for building Http Responses

  2. class ResponseBuilder[T] extends Builder[Response]

    Permalink

    Builds Http Responses using a particular custom format object.

    Builds Http Responses using a particular custom format object. Plugs into the rest of the library.

    T

    The custom format object type

Value Members

  1. object Html

    Permalink

    Native (string-based) HTML support (text/html content type)

  2. object PlainText

    Permalink

    Native (string-based) Text support (text/plain content type)

  3. object ResponseBuilder

    Permalink

    Generic ResponseBuilder support

  4. object XHtml

    Permalink

    Native (Elem-based) XHtml support (application/xhtml+xml content type)

  5. object Xml

    Permalink

    Native (Elem-based) Xml support (application/xml content type)

  6. package json

    Permalink

Ungrouped