Add HttpServerErrorHandler interface to provide visibility and customization of HttpServer errors
The HttpServerErrorHandler is separate from the HttpService interface, because error-handling is more in the domain of the HttpServer, which can export multiple HttpServices (via the factory constructor overload).
Showing
This diff is collapsed.
Please
register
or
sign in
to comment