Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NIMHttpRequestProxyOptions

Hierarchy

  • NIMHttpRequestProxyOptions

Index

Properties

body?: string

HTTP body,透传字符串

header?: string

HTTP header,JSON 格式字符串

method?: number

HTTP Method

数字常量 (1-get, 2-post, 3-put, 4-delete),默认post

path: string

HTTP path(不包含域名 host)

zone?: string

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

Methods