Hi,
While working on Add brotli support to FoundationNetworking by zhenchaoli · Pull Request #83441 · swiftlang/swift · GitHub we realized that we need to add google/brotli as a dependency to the Windows toolchain. So I want to make this post to gather people’s opinions.
The change itself is adding brotli compression support on Windows for Swift Networking, which is a HTTP compression format used extensively today. On Windows platform, Swift Networking is using libcurl under the hood, which already has good support for google/brotli
integration.
I want to gather people’s thoughts before merging the change, since this involves adding a dependency for Windows platform.
Thanks.