Package

com.twitter.finatra.http

response

Permalink

package response

Visibility
  1. Public
  2. All

Type Members

  1. case class ErrorsResponse(errors: Seq[String]) extends Product with Serializable

    Permalink
  2. class ResponseBuilder extends Logging

    Permalink
  3. case class StreamingResponse[T](toBuf: (T) ⇒ Buf, status: Status, headers: Map[String, String], prefix: Option[Buf], separator: Option[Buf], suffix: Option[Buf], asyncStream: AsyncStream[T]) extends Logging with Product with Serializable

    Permalink

Value Members

  1. object ErrorsResponse extends Serializable

    Permalink
  2. object SimpleResponse

    Permalink
  3. object StreamingResponse extends Serializable

    Permalink

Ungrouped