Sha256: 63b2d53718ad471c24e484ba594b63d4fa42cc988930b9221d0477ec5d02ea26
Contents?: true
Size: 297 Bytes
Versions: 5
Compression:
Stored size: 297 Bytes
Contents
#import "HTTPResponse.h" @interface PUTResponse : NSObject <HTTPResponse> { NSInteger _status; } - (id) initWithFilePath:(NSString*)path headers:(NSDictionary*)headers bodyData:(NSData*)body; - (id) initWithFilePath:(NSString*)path headers:(NSDictionary*)headers bodyFile:(NSString*)body; @end
Version data entries
5 entries across 5 versions & 2 rubygems