Alamofire/Example/iOS Example.xcodeproj/xcshareddata
Jon Shier f3f0f13615
Add Request Compression (#3701)
### Goals 
For large request bodies it may be beneficial to compress the outgoing
data. This PR adds support for the `deflate` compression encoding as a
`RequestInterceptor`.

### Implementation Details 🚧
`DeflateRequestCompressor` manually compresses body data using
`NSData.compressed` while adding the header bytes and adler32 checksum
from zlib manually.

### Testing Details 🔍
Firewalk has been updated to support compressed requests, so tests have
been added to exercise that. Additionally, simple unit tests have been
added to confirm our deflate and adler32 implementations are correct.
2023-03-16 16:19:44 -04:00
..
xcschemes Add Request Compression (#3701) 2023-03-16 16:19:44 -04:00