Wasm Directoryalpha
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

NameTypeDescription
proxy-hostoption​<string>
proxy-host-type-hintoption​<string>
proxy-portoption​<s32>
proxy-port-type-hintoption​<string>
proxy-exceptionsoption​<list​<string>>
proxy-exceptions-type-hintoption​<string>
proxy-enabledoption​<bool>
proxy-enabled-type-hintoption​<string>
proxy-useroption​<string>
proxy-user-type-hintoption​<string>
proxy-passwordoption​<string>
proxy-password-type-hintoption​<string>