Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make request instance to select CachePolicy. #2

Open
huntrax11 opened this issue May 15, 2011 · 0 comments
Open

Make request instance to select CachePolicy. #2

huntrax11 opened this issue May 15, 2011 · 0 comments

Comments

@huntrax11
Copy link

First of all I wanna thank you for sharing this great request library-
In your EGOHTTPRequest method called "- (NSURLRequest_)buildURLRequest"
There are code like above that declare CachePolicy.
NSMutableURLRequest
request = [[NSMutableURLRequest alloc] initWithURL:self.url
cachePolicy:NSURLRequestReturnCacheDataElseLoad
timeoutInterval:self.timeoutInterval];
Some times I need to specify cache policy on request when User want to update manually and blah blah blah.
Would you like to make a fix on that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant