Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ghttp Component

Available as of Camel 2.1
The ghttp component contributes to the Camel Components for Google App Engine (GAE). It provides connectivity to the GAE URL fetch service but can also be used to receive messages from servlets (the only way to receive HTTP requests on GAE). This is achieved by extending the Servlet component. As a consequence, ghttp URI formats and options sets differ on the consumer-side (from) and producer-side (to).

...

Code Block
xml
xml
titlepom.xml
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-gae</artifactId>
    <version>${camel-version}<<version>x.x.x</version>
</dependency>

...

Include Page
CAMEL:Endpoint See Also
CAMEL:Endpoint See Also

...