| // Do not edit directly! |
| // This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page |
| |
| [[netty-http]] |
| = Netty HTTP |
| |
| [.badges] |
| [.badge-key]##Since Camel Quarkus##[.badge-version]##0.2.0## [.badge-key]##JVM##[.badge-supported]##supported## [.badge-key]##Native##[.badge-supported]##supported## |
| |
| The Netty HTTP extension provides HTTP transport on top of the xref: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. |
| |