Hello,

How would you recommend testing custom HttpHanders? The DefaultServer class in core part of the test code so it is not included in the jar for reuse. Would it be reasonable to pull testing utils into their own project so it can be reused? Or would you recommend just mocking a HttpServerExchange and passing that to the HttpHandler?

Thanks,
Bill