HttpRequestContextBuilder.withResponse

Modifies this builder's response with the given delegate.

class HttpRequestContextBuilder
withResponse
(
void delegate dg
)

Parameters

dg void delegate

The delegate function to apply to the response builder.

Return Value

A reference to this builder.