mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-05-13 00:02:02 +08:00
Fix
This commit is contained in:
@@ -28,6 +28,6 @@
|
||||
#import "GCDWebServerDataRequest.h"
|
||||
|
||||
@interface GCDWebServerURLEncodedFormRequest : GCDWebServerDataRequest
|
||||
@property(nonatomic, readonly) NSDictionary* arguments; // Only valid after open / write / close sequence
|
||||
@property(nonatomic, readonly) NSDictionary* arguments;
|
||||
+ (NSString*)mimeType;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user