# netty-incubator-codec-http3 **Repository Path**: duyang2903/netty-incubator-codec-http3 ## Basic Information - **Project Name**: netty-incubator-codec-http3 - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-03 - **Last Updated**: 2024-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Build project](https://github.com/netty/netty-incubator-codec-http3/workflows/Build%20project/badge.svg) # 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).