{"id":13794528,"url":"https://github.com/netty/netty-incubator-codec-quic","last_synced_at":"2025-05-14T04:00:22.032Z","repository":{"id":38475195,"uuid":"310640084","full_name":"netty/netty-incubator-codec-quic","owner":"netty","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-07T15:04:41.000Z","size":2015,"stargazers_count":316,"open_issues_count":19,"forks_count":74,"subscribers_count":27,"default_branch":"main","last_synced_at":"2025-05-07T16:23:52.814Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"netty","ko_fi":"netty_project","liberapay":"netty","patreon":"netty","custom":"https://paypal.me/nettyproject"}},"created_at":"2020-11-06T15:51:08.000Z","updated_at":"2025-05-07T15:04:44.000Z","dependencies_parsed_at":"2024-01-13T00:45:24.170Z","dependency_job_id":"4deeae4f-c766-4bde-84aa-8488b830b9ac","html_url":"https://github.com/netty/netty-incubator-codec-quic","commit_stats":{"total_commits":871,"total_committers":25,"mean_commits":34.84,"dds":"0.23421354764638347","last_synced_commit":"bf6ad36740e5b1601bbd19e614b5ffe76cb1f6da"},"previous_names":[],"tags_count":72,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netty%2Fnetty-incubator-codec-quic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netty%2Fnetty-incubator-codec-quic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netty%2Fnetty-incubator-codec-quic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netty%2Fnetty-incubator-codec-quic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netty","download_url":"https://codeload.github.com/netty/netty-incubator-codec-quic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254067055,"owners_count":22009069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T23:00:42.704Z","updated_at":"2025-05-14T04:00:21.745Z","avatar_url":"https://github.com/netty.png","language":"Java","funding_links":["https://github.com/sponsors/netty","https://ko-fi.com/netty_project","https://liberapay.com/netty","https://patreon.com/netty","https://paypal.me/nettyproject"],"categories":["QUIC Weekly - 20201202期","网络编程"],"sub_categories":[],"readme":"![Build project](https://github.com/netty/netty-incubator-codec-quic/workflows/Build%20project/badge.svg)\n\n# Netty QUIC codec\n\nThis is a new experimental QUIC codec for netty which makes use of [quiche](https://github.com/cloudflare/quiche).\n\n## How to include the dependency\n\nTo include the dependency you need to ensure you also specify the right classifier. At the moment we only support Linux\n x86_64 / aarch_64, macOS / OSX x86_64 / aarch_64 and Windows x86_64 but this may change. \n \nAs an example this is how you would include the dependency in maven:\nFor Linux x86_64:\n```\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.netty.incubator\u003c/groupId\u003e\n    \u003cartifactId\u003enetty-incubator-codec-native-quic\u003c/artifactId\u003e\n    \u003cversion\u003e0.0.21.Final\u003c/version\u003e\n    \u003cclassifier\u003elinux-x86_64\u003c/classifier\u003e\n\u003c/dependency\u003e\n```\n\nFor macOS / OSX:\n\n```\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.netty.incubator\u003c/groupId\u003e\n    \u003cartifactId\u003enetty-incubator-codec-native-quic\u003c/artifactId\u003e\n    \u003cversion\u003e0.0.21.Final\u003c/version\u003e\n    \u003cclassifier\u003eosx-x86_64\u003c/classifier\u003e\n\u003c/dependency\u003e\n```\n\nFor Windows:\n\n```\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.netty.incubator\u003c/groupId\u003e\n    \u003cartifactId\u003enetty-incubator-codec-native-quic\u003c/artifactId\u003e\n    \u003cversion\u003e0.0.21.Final\u003c/version\u003e\n    \u003cclassifier\u003ewindows-x86_64\u003c/classifier\u003e\n\u003c/dependency\u003e\n```\n\n## How to use this codec ?\n\nFor some examples please check our \n[example package](https://github.com/netty/netty-incubator-codec-quic/tree/main/codec-native-quic/src/test/java/io/netty/incubator/codec/quic).\nThis contains a server and a client that can speak some limited HTTP/0.9 with each other.\n\nFor more \"advanced\" use cases, consider checking our\n[netty-incubator-codec-http3](https://github.com/netty/netty-incubator-codec-http3) project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetty%2Fnetty-incubator-codec-quic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetty%2Fnetty-incubator-codec-quic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetty%2Fnetty-incubator-codec-quic/lists"}