The documentation of NSURLConnection says that there are delegate methods like
connection:willSendRequest:redirectResponse:
But the documentation doesn't mention which delegate protocol to implement. Well, I assume there just isn't any protocol for the delegate, so everything is just optional?