Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Cédric Luthi
2011-01-07 10:01:30 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fdd8a3b87e5989c1200808b9fb2df71f50ace9eb
fdd8a3b8
1 parent
21b4af5d
Fixed outdated comments
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
Classes/ASIDownloadCache.h
Classes/ASIHTTPRequest.h
Classes/ASIDownloadCache.h
View file @
fdd8a3b
...
...
@@ -12,8 +12,8 @@
@interface
ASIDownloadCache
:
NSObject
<
ASICacheDelegate
>
{
// The default cache policy for this cache
// Requests that store data in the cache will use this cache policy if their cache policy is set to ASIDefaultCachePolicy
// Defaults to ASI
ReloadIfDifferent
CachePolicy
// Requests that store data in the cache will use this cache policy if their cache policy is set to ASI
Use
DefaultCachePolicy
// Defaults to ASI
AskServerIfModifiedWhenStale
CachePolicy
ASICachePolicy
defaultCachePolicy
;
// The directory in which cached data will be stored
...
...
Classes/ASIHTTPRequest.h
View file @
fdd8a3b
...
...
@@ -287,7 +287,7 @@ typedef void (^ASIDataBlock)(NSData *data);
// Called on the delegate (if implemented) when the request starts. Default is requestStarted:
SEL
didStartSelector
;
// Called on the delegate (if implemented) when the request receives response headers. Default is request
D
idReceiveResponseHeaders:
// Called on the delegate (if implemented) when the request receives response headers. Default is request
:d
idReceiveResponseHeaders:
SEL
didReceiveResponseHeadersSelector
;
// Called on the delegate (if implemented) when the request receives a Location header and shouldRedirect is YES
...
...
Please
register
or
login
to post a comment