d-exclaimation / pioneer

GraphQL for Swift.
https://pioneer.dexclaimation.com
Apache License 2.0
39 stars 8 forks source link

Support for the new Swift Universal HTTP types #141

Open d-exclaimation opened 1 year ago

d-exclaimation commented 1 year ago

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