Configuration options

Table 1. Required configuration options
key type default value description

name

string

 

Configure the name of this outbound target.

Table 2. Optional configuration options
key type default value description

hosts

string[]

 

Add supported host for this target. May be called more than once to add more hosts.

Valid examples:

  • localhost

  • www.google.com

  • 127.0.0.1

  • *.oracle.com

  • 192.169..

  • .google.

methods

string[]

 

Add supported method for this target. May be called more than once to add more methods. The method is tested as is ignoring case against the used method.

paths

string[]

 

Add supported paths for this target. May be called more than once to add more paths. The path is tested as is against called path, and also tested as a regular expression.

transport

string[]

 

Add supported transports for this target. May be called more than once to add more transports.

Valid examples:

  • http

  • https

There is no wildcard support