actually what I wanna do is just sending a JSONString with a POST-Request to a server and achieve the “OK” in the response’s header.
What framework would you suggest for this purpose? I already looked at restkit but it’s way too huge for my purpose imo. I would prefer a slim framework/solution.
Thanks in advance
doesn’t sound like you need a Framework here as @dasblinkenlight has already commented you should probably just use NSURLRequest.