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

allow basic authentication or custom headers to be passed into request #171

Closed
wants to merge 3 commits into from
Closed

Commits on Aug 31, 2012

  1. HEADER FOR IMAGE URL REQUESTS

    BASIC AUTH  etc.
    #import <SDWebImage/SDWebImageDownloader.h>
    
        [SDWebImageDownloader setAuthorizationHeaderWithUsername:auth_token password:@""];
         [SDWebImageDownloader clearAuthorizationHeader];
    johndpope committed Aug 31, 2012
    Configuration menu
    Copy the full SHA
    3396ce6 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2012

  1. Merge branch 'master' of git://github.com/rs/SDWebImage

    Conflicts:
    	SDWebImage/SDWebImageDownloader.m
    johndpope committed Sep 18, 2012
    Configuration menu
    Copy the full SHA
    86d0ef3 View commit details
    Browse the repository at this point in the history
  2. Add simple helper for determining if an image has already been cached.

    eg.
    BOOL b = [[SDWebImageManager sharedManager] hasCacheForUrl:[NSURL URLWithString:url]];
    johndpope committed Sep 18, 2012
    Configuration menu
    Copy the full SHA
    2a63f04 View commit details
    Browse the repository at this point in the history