Tin icon indicating copy to clipboard operation
Tin copied to clipboard

Tin makes the internet easier in Cocoa.

Results 2 Tin issues
Sort by recently updated
recently updated
newest added

- (void)setOptionsOnRequest:(ASIHTTPRequest *)request { [request setUsername:self.username]; [request setPassword:self.password]; [ASIHTTPRequest clearSession]; if (self.timeoutSeconds) { [request setTimeOutSeconds:self.timeoutSeconds]; } if (self.headers) { [self.headers enumerateKeysAndObjectsUsingBlock:^(id key, id obj, BOOL *stop) { [request addRequestHeader:key value:obj];...