Skip to content

Make request instance to select CachePolicy. #2

@huntrax11

Description

@huntrax11

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions