Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Camel-1599

...

Name

Default Value

Description

throwExceptionOnFailure

true

Camel 2.0: Option to disable throwing the HttpOperationFailedException in case of failed responses from the remote server. This allows you to get all responses regardles of the HTTP status code.

httpBindingRef

null

Reference to a org.apache.camel.component.http.HttpBinding in the Registry.

username

null

Username for basic http authentication.

password

null

Password for basic http authentication.

proxyHost

null

The proxy host name * only for >= Camel 1.6.2 *

proxyPort

null

The proxy port number * only for >= Camel 1.6.2 *

proxyUsername

null

Username for proxy authentication * only for >= Camel 1.6.2 *

proxyPassword

null

Password for proxy authentication * only for >= Camel 1.6.2 *

httpClientConfigurerRef

null

Reference to a org.apache.camel.component.http.HttpClientConfigurer in the Registry.

httpClient.XXX

null

Setting options on the HttpClientParams. For instance httpClient.soTimeout(5000) will set the SO_TIMEOUT to 5 seconds.

...