HTTPS

HTTPS

Scheme: https

Represents a HTTP endpoint

Name Kind Type Required Deprecated Default Value Enum Values Description
httpUri path java.net.URI true false The url of the HTTP endpoint to call.
throwExceptionOnFailure parameter boolean false true
bridgeEndpoint parameter boolean false
matchOnUriPrefix parameter boolean false
chunked parameter boolean false true
disableStreamCache parameter boolean false
proxyHost parameter java.lang.String false
proxyPort parameter int false
authMethodPriority parameter java.lang.String false
transferException parameter boolean false
traceEnabled parameter boolean false
httpMethodRestrict parameter java.lang.String false
responseBufferSize parameter java.lang.Integer false
eagerCheckContentAvailable parameter boolean false Whether to eager check whether the HTTP requests has content if the content-length header is 0 or not present. This can be turned on in case HTTP clients do not send streamed data.
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).