com.twitter.finatra.http.response
A wrapper around a com.twitter.finagle.http.Response which exposes a builder-like API for creating responses.
A wrapper around a com.twitter.finagle.http.Response which exposes a builder-like API for creating responses.
the underlying com.twitter.finagle.http.Response
com.twitter.finagle.http.Response
Returns an Ok response with a written body, potentially based on values
contained within the com.twitter.finagle.http.Request.
Returns an Ok response with a written body, potentially based on values
contained within the com.twitter.finagle.http.Request.
the HTTP Request associated with this response
the response body, or the information needed to render the body
This version is useful when the body parameter requires custom
message body rendering and values in the Request are required for
decision making.