package model
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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.
- case class ValuedEndpointOutput[T](output: EndpointOutput[T], value: T) extends Product with Serializable
Value Members
- object ServerResponse extends Serializable