mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-04-24 00:00:04 +08:00
Added JSON and text extensions to GCDWebServerDataRequest
This commit is contained in:
@@ -28,6 +28,6 @@
|
||||
#import "GCDWebServerDataRequest.h"
|
||||
|
||||
@interface GCDWebServerURLEncodedFormRequest : GCDWebServerDataRequest
|
||||
@property(nonatomic, readonly) NSDictionary* arguments;
|
||||
@property(nonatomic, readonly) NSDictionary* arguments; // Text encoding is extracted from Content-Type or defaults to UTF-8
|
||||
+ (NSString*)mimeType;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user