10#import <Foundation/Foundation.h>
12NS_ASSUME_NONNULL_BEGIN
43@property (nullable, nonatomic, copy) NSString *
zone;
49@property (nonatomic, copy) NSString *
path;
63@property (nullable, nonatomic, copy) NSString *
header;
70@property (nullable, nonatomic, copy) NSString *
body;
82@property (nullable, nonatomic, copy) NSString *fromAccid;
87@property (nonatomic, copy) NSString *body;
92@property (nonatomic, assign) int64_t time;
NIPassThroughHttpMethod
Definition: NIMPassThroughOption.h:14
@ NIPassThroughHttpMethodGet
Definition: NIMPassThroughOption.h:18
@ NIPassThroughHttpMethodPost
Definition: NIMPassThroughOption.h:22
@ NIPassThroughHttpMethodPut
Definition: NIMPassThroughOption.h:26
@ NIPassThroughHttpMethodDelete
Definition: NIMPassThroughOption.h:30
Definition: NIMPassThroughOption.h:37
NSString * header
Definition: NIMPassThroughOption.h:63
NSString * body
Definition: NIMPassThroughOption.h:70
NSString * zone
Definition: NIMPassThroughOption.h:43
NSString * path
Definition: NIMPassThroughOption.h:49
NIPassThroughHttpMethod method
Definition: NIMPassThroughOption.h:56
Definition: NIMPassThroughOption.h:78