Conforms to NSObject
Declared in TKHTTPRequest.h

Overview

The progress delegate can adopt the TKHTTPRequestProgressDelegate protocol. The progress delegate is not retained.

Tasks

Instance Methods

request:didReceiveTotalBytes:ofExpectedBytes:

The progress of received bytes for the response of the TKHTTPRequest.

- (void)request:(TKHTTPRequest *)request didReceiveTotalBytes:(NSInteger)received ofExpectedBytes:(NSInteger)total

Parameters

request

The URL request.

received

The total bytes received from the request.

total

The total expected btyes that will be received from the request.

Discussion

The progress of received bytes for the response of the TKHTTPRequest.

Declared In

TKHTTPRequest.h