swift-http-types
swift-http-types copied to clipboard
Make `Status` and `Method` Directly Codable
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?