Builds the request context.
Gets a reference to the request builder that will be used to create the context's request. Call and() after you're done using it to continue configuring the context.
Gets a reference to the response builder that will be used to create the context's response. Call and() after you're done using it to continue configuring the context.
Modifies this builder's request with the given delegate.
Modifies this builder's response with the given delegate.
Configures the HTTP server that'll be used for this context.
A fluent-style builder for helping to create request contexts for unit testing of any HttpRequestHandler, HttpRequestFilter, ServerExceptionHandler, or any other components related to Handy-Httpd.