A simple networking library
The purpose of Rinku ("link" in japanese) is to allow the user to established a connection/link to the outside world, via NSURLSession
. The main goal while developing it were:
- Simplicity: There isn't a lot going on here.
This networking library has borrowed ideas mainly from here, but also from here.