1024jp / GzipSwift

Swift package that enables gzip/gunzip Data using zlib
MIT License
533 stars 132 forks source link

Send as a file? #44

Closed iDorosh closed 4 years ago

iDorosh commented 4 years ago

Is it currently possible to send data as a .gz file?

1024jp commented 4 years ago

Your question is out of the domain of this package. GzipSwift can just compress/decompress Swift.Data using zlib.