NIMPassThroughHttpData Class Reference

Inherits from NSObject
Declared in NIMPassThroughOption.h

Overview

透传的HTTP数据

  zone

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

@property (nullable, nonatomic, copy) NSString *zone

Discussion

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

Declared In

NIMPassThroughOption.h

  path

url中除了host的path 必填

@property (nonatomic, copy) NSString *path

Discussion

url中除了host的path 必填

Declared In

NIMPassThroughOption.h

  method

Http Method 默认post 选填

@property (nonatomic, assign) NIPassThroughHttpMethod method

Discussion

Http Method 默认post 选填

Declared In

NIMPassThroughOption.h

  header

Http Header 必须为json格式 选填

@property (nullable, nonatomic, copy) NSString *header

Discussion

Http Header 必须为json格式 选填

Declared In

NIMPassThroughOption.h

  body

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

@property (nullable, nonatomic, copy) NSString *body

Discussion

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

Declared In

NIMPassThroughOption.h