Files
Monkey-Test/WebDriverAgent/Carthage/Checkouts/RoutingHTTPServer/External/CocoaHTTPServer/Extensions/WebDAV/DAVConnection.h
T
2019-01-25 17:01:52 +08:00

8 lines
143 B
Objective-C

#import "HTTPConnection.h"
@interface DAVConnection : HTTPConnection {
id requestContentBody;
NSOutputStream* requestContentStream;
}
@end