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 *zoneDiscussion
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 *pathDiscussion
Relative path in the URL except host Required
Declared In
NIMPassThroughOption.h
method
HTTP method POST by default Optional
@property (nonatomic, assign) NIPassThroughHttpMethod methodDiscussion
HTTP method POST by default Optional
Declared In
NIMPassThroughOption.h
header
HTTP header The JSON format is required Optional
@property (nullable, nonatomic, copy) NSString *headerDiscussion
HTTP header The JSON format is required Optional
Declared In
NIMPassThroughOption.h