Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for the new Swift Universal HTTP types #141

Open
d-exclaimation opened this issue Nov 1, 2023 · 0 comments
Open

Support for the new Swift Universal HTTP types #141

d-exclaimation opened this issue Nov 1, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@d-exclaimation
Copy link
Owner

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

@d-exclaimation d-exclaimation added the enhancement New feature or request label Nov 1, 2023
@d-exclaimation d-exclaimation self-assigned this Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant