Sha256: cb16513162512e14385cacfc9b4ad53d4050870d467078688982c53f2260dea6
Contents?: true
Size: 200 Bytes
Versions: 5
Compression:
Stored size: 200 Bytes
Contents
#import <Foundation/Foundation.h> #import "HTTPResponse.h" @interface HTTPRedirectResponse : NSObject <HTTPResponse> { NSString *redirectPath; } - (id)initWithPath:(NSString *)redirectPath; @end
Version data entries
5 entries across 5 versions & 2 rubygems