# swifty-networking

> Swift 6 networking with typed throws, first-class streaming, and zero-copy bytes.

shipping

An HTTP client layer for modern Swift: typed throws, a `nonisolated(nonsending)` transport, streaming request and response bodies, and bytes that are not copied on the way through. Four products: HTTPCore, HTTPURLSession, HTTPPortable (async-http-client, for Linux), and HTTPTesting.

Stack: Swift 6.2 tools, swift-http-types. Apple platforms, and Linux through HTTPPortable.

1.0.0 shipped September 2026.

- [Source](https://github.com/KalebCooper/swifty-networking)
- [Docs](https://kalebcooper.github.io/swifty-networking/)
