Sha256: 8bfc41f01b57fc8112f9e70bd02f8e4a5f40cc63758e11d57de332bb17fd183d
Contents?: true
Size: 343 Bytes
Versions: 5
Compression:
Stored size: 343 Bytes
Contents
#import "HTTPResponse.h" @interface DAVResponse : NSObject <HTTPResponse> { @private UInt64 _offset; NSMutableDictionary* _headers; NSData* _data; NSInteger _status; } - (id) initWithMethod:(NSString*)method headers:(NSDictionary*)headers bodyData:(NSData*)body resourcePath:(NSString*)resourcePath rootPath:(NSString*)rootPath; @end
Version data entries
5 entries across 5 versions & 2 rubygems