Reputation: 115
I'm using Alamofire 5.0.0
in my iOS project, Now the problem is the default Transfer-Encoding
of Alamofire
is 'Chunked
' which is not supported by my server, Is there any way to set Transfer-Encoding
to another value for example identity
or gzip
?
I'd be glad any help me.
Upvotes: 1
Views: 683