Configuration options
| key | type | default value | description |
|---|---|---|---|
|
string |
|
Configure the name of this outbound target. |
| key | type | default value | description |
|---|---|---|---|
|
string[] |
|
Add supported host for this target. May be called more than once to add more hosts. Valid examples:
|
|
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. |
|
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. |
|
string[] |
|
Add supported transports for this target. May be called more than once to add more transports. Valid examples:
There is no wildcard support |