Is your feature request related to a problem? Please describe.
Supporting individual web frameworks / libraries are a fine approach as they allow better customisation and proper feature sets, but it is going to take a lot of time. Similar to the Javascript ecosystem with the addition of a universal HTTP types, supporting these would allow some kind of support for other frameworks (especially newer ones) that may not have a full / dedicated integrations.
Describe the solution you'd like
A simple middleware or a GraphQL over HTTP handler for that takes in the universal Request type and return a universal Response type.
Describe alternatives you've considered
None at the moment other than not doing this and just creating integrations for each framework
Is your feature request related to a problem? Please describe. Supporting individual web frameworks / libraries are a fine approach as they allow better customisation and proper feature sets, but it is going to take a lot of time. Similar to the Javascript ecosystem with the addition of a universal HTTP types, supporting these would allow some kind of support for other frameworks (especially newer ones) that may not have a full / dedicated integrations.
Describe the solution you'd like A simple middleware or a GraphQL over HTTP handler for that takes in the universal Request type and return a universal Response type.
Describe alternatives you've considered None at the moment other than not doing this and just creating integrations for each framework
Additional context