HTTP4S

HTTP4S

Scheme: http4s

Represents a HTTP endpoint

Name Kind Type Required Deprecated Default Value Enum Values Description
httpUri path java.net.URI true false
throwExceptionOnFailure parameter boolean false true
bridgeEndpoint parameter boolean false
matchOnUriPrefix parameter boolean false
chunked parameter boolean false true
disableStreamCache parameter boolean false
transferException parameter boolean false
traceEnabled parameter boolean false
authenticationPreemptive parameter boolean false
httpMethodRestrict parameter java.lang.String false
clearExpiredCookies parameter boolean false true
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).