-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Does RestKit support GZip? #511
Copy link
Copy link
Closed
Description
Hello,
I'm using the following line to configure RestKit:
[[RKClient sharedClient] setValue:@"gzip" forHTTPHeaderField:@"Accept-Encoding"];
Nevertheless I get the following HeaderFields back from the Server:
(gdb) po [[objectLoader response] allHeaderFields]
{
Connection = "Keep-Alive";
"Content-Type" = "application/json";
Date = "Thu, 19 Jan 2012 16:54:00 GMT";
"Keep-Alive" = "timeout=5, max=98";
Server = Apache;
"Transfer-Encoding" = Identity;
}
Does RestKit support GZip? If yes - what am I doing wrong?
Thanks a lot,
Stefan
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels