Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NIMHttpRequestProxyOptions

Hierarchy

  • NIMHttpRequestProxyOptions

Index

Properties

body?: string

HTTP body, string transferred in pass-through mode

header?: string

HTTP header, JSON string

method?: number

HTTP Method

Number constant (1: GET, 2: POST, 3: PUT, 4: DELETE). The default value is POST

path: string

HTTP path (excluding domain name)

zone?: string

Map an upstream host. The default configuration is used if unspecified.

Methods