You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: