
# netty-incubator-codec-http3
Experimental HTTP3 codec on top of our own [QUIC codec](https://github.com/netty/netty-incubator-codec-quic).
## How Can I use it ?
For some example usage please checkout our
[server example](https://github.com/netty/netty-incubator-codec-http3/blob/main/src/test/java/io/netty/incubator/codec/http3/example/Http3ServerExample.java) and
[client example](https://github.com/netty/netty-incubator-codec-http3/blob/main/src/test/java/io/netty/incubator/codec/http3/example/Http3ClientExample.java).
Actually the artifact Id at its current pom.xml is <artifactId>netty-codec-http3</artifactId>
Actually the artifact Id at its current pom.xml is
<artifactId>netty-codec-http3</artifactId>