We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is more of a question or thought than a bug...
There's some HTTP implementation here:
https://github.com/swift-server/swift-aws-lambda-events/blob/main/Sources/AWSLambdaEvents/Utils/HTTP.swift
that has a lot of overlap with the recent https://github.com/apple/swift-http-types library.
Would it be a good idea to use the swift-http-types library instead?
The text was updated successfully, but these errors were encountered:
could be interesting for sure. do you want to submit a PR?
Sorry, something went wrong.
I may well have a go at it in the next couple of weeks
resolved by #47
No branches or pull requests
This is more of a question or thought than a bug...
There's some HTTP implementation here:
https://github.com/swift-server/swift-aws-lambda-events/blob/main/Sources/AWSLambdaEvents/Utils/HTTP.swift
that has a lot of overlap with the recent https://github.com/apple/swift-http-types library.
Would it be a good idea to use the swift-http-types library instead?
The text was updated successfully, but these errors were encountered: