URLUtils.h
author Jens Alfke <jens@mooseyard.com>
Tue May 20 17:40:28 2008 -0700 (2008-05-20)
changeset 10 82a37ccf6b8c
child 11 e5976864dfe9
permissions -rw-r--r--
Split ExceptionUtils out of Test.
     1 //
     2 //  URLUtils.h
     3 //  Cloudy
     4 //
     5 //  Created by Jens Alfke on 4/28/08.
     6 //  Copyright 2008 __MyCompanyName__. All rights reserved.
     7 //
     8 
     9 #import <Foundation/Foundation.h>
    10 
    11 
    12 @interface NSHTTPURLResponse (MYUtilities)
    13 
    14 - (NSError*) HTTPError;
    15 
    16 @end
    17 
    18 extern NSString* const MyHTTPErrorDomain;