| // Do not edit directly! |
| // This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page |
| = Netty HTTP |
| :page-aliases: extensions/netty-http.adoc |
| :cq-artifact-id: camel-quarkus-netty-http |
| :cq-native-supported: true |
| :cq-status: Stable |
| :cq-description: Netty HTTP server and client using the Netty 4.x. |
| :cq-deprecated: false |
| :cq-jvm-since: 0.2.0 |
| :cq-native-since: 0.2.0 |
| |
| [.badges] |
| [.badge-key]##JVM since##[.badge-supported]##0.2.0## [.badge-key]##Native since##[.badge-supported]##0.2.0## |
| |
| The Netty HTTP extension provides HTTP transport on top of the xref:reference/extensions/netty.adoc[Netty extension]. |
| |
| |
| == What's inside |
| |
| * https://camel.apache.org/components/latest/netty-http-component.html[Netty HTTP component], URI syntax: `netty-http:protocol:host:port/path` |
| |
| Please refer to the above link for usage and configuration details. |
| |
| == Maven coordinates |
| |
| [source,xml] |
| ---- |
| <dependency> |
| <groupId>org.apache.camel.quarkus</groupId> |
| <artifactId>camel-quarkus-netty-http</artifactId> |
| </dependency> |
| ---- |
| |
| Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications. |
| |
| == Additional Camel Quarkus configuration |
| |
| * Check the xref:user-guide/native-mode.adoc#charsets[Character encodings section] of the Native mode guide if you expect |
| your application to send or receive requests using non-default encodings. |
| |