NIMPassThroughHttpData Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMPassThroughOption.h |
zone
Map an upstream host Use the default configuration if unspecified Optional
@property (nullable, nonatomic, copy) NSString *zone
Discussion
Map an upstream host Use the default configuration if unspecified Optional
Declared In
NIMPassThroughOption.h
path
Relative path in the URL except host Required
@property (nonatomic, copy) NSString *path
Discussion
Relative path in the URL except host Required
Declared In
NIMPassThroughOption.h
method
HTTP method POST by default Optional
@property (nonatomic, assign) NIPassThroughHttpMethod method
Discussion
HTTP method POST by default Optional
Declared In
NIMPassThroughOption.h
header
HTTP header The JSON format is required Optional
@property (nullable, nonatomic, copy) NSString *header
Discussion
HTTP header The JSON format is required Optional
Declared In
NIMPassThroughOption.h