Closed
Description
In #309 we introduced a base class for HTTP handlers with re-usable protected methods and common fields. We can take it a step further and implement request handling, leaving only response handling to sub-classes. This will help re-use across HTTP and SSE handling, and make it easier to create a handler for the incremental delivery (experimental) support in GraphQL Java 22.