jens@7: // jens@7: // URLUtils.h jens@7: // Cloudy jens@7: // jens@7: // Created by Jens Alfke on 4/28/08. jens@7: // Copyright 2008 __MyCompanyName__. All rights reserved. jens@7: // jens@7: jens@7: #import jens@7: jens@7: jens@7: @interface NSHTTPURLResponse (MYUtilities) jens@7: jens@7: - (NSError*) HTTPError; jens@7: jens@7: @end jens@7: jens@7: extern NSString* const MyHTTPErrorDomain;