Open jsonfry opened 5 months ago
I'm working a PR for Swift AWS Lambda Events to adopt Swift HTTP Types.
Would it be acceptable to add Codable conformance directly to HTTPResponse.Status and HTTPRequest.Method to better support this / would you welcome a PR for this?
HTTPResponse.Status
HTTPRequest.Method
Yeah absolutely, thanks!
I'm working a PR for Swift AWS Lambda Events to adopt Swift HTTP Types.
Would it be acceptable to add Codable conformance directly to
HTTPResponse.Status
andHTTPRequest.Method
to better support this / would you welcome a PR for this?