startLoading()
Starts protocol-specific loading of the request.
Declaration
func startLoading()Discussion
When this method is called, the subclass implementation should start loading the request, providing feedback to the URL loading system via the URLProtocolClient protocol.
Subclasses must implement this method.