A utility class for a fluent interface for building requests. This is useful for testing.
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.
A utility class that provides a fluent interface for building HttpResponse structs, mostly useful for testing.
A byte output stream implementation that caches HTTP header and body content as it's written, so that you can fetch and inspect the contents later. This is mainly intended as a helper for unit tests that involve checking the raw response body for request handlers.
Builds a request context with a request with the given information, and a plain response that's ready to be written to.
Builds a request context with a request with the given information, and a plain response that's ready to be written to.
This module contains builder classes for a variety of components. These builders are not intended for performance uses; mostly testing.