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

Version Path
rhodes-7.6.0 platform/iphone/CocoaHTTPServer/Extensions/WebDAV/DAVResponse.h
rhodes-7.5.1 platform/iphone/CocoaHTTPServer/Extensions/WebDAV/DAVResponse.h
appjam-0.1.8.11 lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/CocoaHTTPServer/Extensions/WebDAV/DAVResponse.h
appjam-0.1.8.10 lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/CocoaHTTPServer/Extensions/WebDAV/DAVResponse.h
appjam-0.1.8.9 lib/appjam/generators/templates/blank/EiffelApplication/libs/toolkit/CocoaHTTPServer/Extensions/WebDAV/DAVResponse.h