Packages

package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class ServerResponse[+B](code: StatusCode, headers: Seq[Header], body: Option[B], source: Option[ValuedEndpointOutput[_]]) extends ResponseMetadata with Product with Serializable

    source

    The output, from which this response has been created.

  2. case class ValuedEndpointOutput[T](output: EndpointOutput[T], value: T) extends Product with Serializable

Value Members

  1. object ServerResponse extends Serializable

Ungrouped