Record
post-config-apache-http-components-proxy-configuration-params
No description available.
record post-config-apache-http-components-proxy-configuration-params {
proxy-host: option<string>,
proxy-host-type-hint: option<string>,
proxy-port: option<s32>,
proxy-port-type-hint: option<string>,
proxy-exceptions: option<list<string>>,
proxy-exceptions-type-hint: option<string>,
proxy-enabled: option<bool>,
proxy-enabled-type-hint: option<string>,
proxy-user: option<string>,
proxy-user-type-hint: option<string>,
proxy-password: option<string>,
proxy-password-type-hint: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| proxy-host | option<string> | |
| proxy-host-type-hint | option<string> | |
| proxy-port | option<s32> | |
| proxy-port-type-hint | option<string> | |
| proxy-exceptions | option<list<string>> | |
| proxy-exceptions-type-hint | option<string> | |
| proxy-enabled | option<bool> | |
| proxy-enabled-type-hint | option<string> | |
| proxy-user | option<string> | |
| proxy-user-type-hint | option<string> | |
| proxy-password | option<string> | |
| proxy-password-type-hint | option<string> |