NIMSDK-iOS
载入中...
搜索中...
未找到
NIMPassThroughHttpData类 参考

#import <NIMPassThroughOption.h>

类 NIMPassThroughHttpData 继承关系图:

属性

NSString * zone
 
NSString * path
 
NIPassThroughHttpMethod method
 
NSString * header
 
NSString * body
 

详细描述

透传的HTTP数据

属性说明

◆ body

- (NSString*) body
readwritenonatomiccopy

Http body 格式自定 GET时必须为空, POST和PUT时必须为非空

◆ header

- (NSString*) header
readwritenonatomiccopy

Http Header 必须为json格式 选填

◆ method

- (NIPassThroughHttpMethod) method
readwritenonatomicassign

Http Method 默认post 选填

◆ path

- (NSString*) path
readwritenonatomiccopy

url中除了host的path 必填

◆ zone

- (NSString*) zone
readwritenonatomiccopy

映射一个视频云upstream host 不传则用默认配置 选填


该类的文档由以下文件生成: