Swift HTTP Types
Guoye Zhang et al. (via Quinn):
We’re excited to announce a new open source package called Swift HTTP Types.
Building upon insights from Swift on server, app developers, and the broader Swift community, Swift HTTP Types is designed to provide a shared set of currency types for client/server HTTP operations in Swift.
[…]
As the package matures, our goal is to replace SwiftNIO’s
HTTPRequestHead
andHTTPResponseHead
as well as the HTTP message details of Foundation’sURLRequest
andURLResponse
.
Previously: