swift-aws-lambda-events icon indicating copy to clipboard operation
swift-aws-lambda-events copied to clipboard

Use https://github.com/apple/swift-http-types ?

Open jsonfry opened this issue 11 months ago • 2 comments

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?

jsonfry avatar Mar 06 '24 11:03 jsonfry

could be interesting for sure. do you want to submit a PR?

tomerd avatar Mar 06 '24 18:03 tomerd

I may well have a go at it in the next couple of weeks

jsonfry avatar Mar 11 '24 08:03 jsonfry

resolved by https://github.com/swift-server/swift-aws-lambda-events/pull/47

sebsto avatar May 23 '24 08:05 sebsto