{"id":13735803,"url":"https://github.com/apple/swift-nio-http2","last_synced_at":"2025-11-12T21:18:45.041Z","repository":{"id":33521144,"uuid":"123651404","full_name":"apple/swift-nio-http2","owner":"apple","description":"HTTP/2 support for SwiftNIO","archived":false,"fork":false,"pushed_at":"2025-05-07T06:59:35.000Z","size":4339,"stargazers_count":477,"open_issues_count":22,"forks_count":85,"subscribers_count":39,"default_branch":"main","last_synced_at":"2025-05-14T00:01:42.650Z","etag":null,"topics":["async","beta","http2","swift5","swiftnio"],"latest_commit_sha":null,"homepage":"https://swiftpackageindex.com/apple/swift-nio-http2/main/documentation/niohttp2","language":"Swift","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/apple.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-03-03T02:20:22.000Z","updated_at":"2025-05-12T12:04:55.000Z","dependencies_parsed_at":"2024-12-24T11:04:27.018Z","dependency_job_id":"67a9eb82-9b21-4b10-bc6e-dc5ea016a708","html_url":"https://github.com/apple/swift-nio-http2","commit_stats":{"total_commits":444,"total_committers":38,"mean_commits":11.68421052631579,"dds":0.572072072072072,"last_synced_commit":"1e0c8234ed0dd55d5c7e0364641654e0106946e8"},"previous_names":[],"tags_count":71,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apple%2Fswift-nio-http2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apple%2Fswift-nio-http2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apple%2Fswift-nio-http2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apple%2Fswift-nio-http2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apple","download_url":"https://codeload.github.com/apple/swift-nio-http2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254209859,"owners_count":22032897,"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":["async","beta","http2","swift5","swiftnio"],"created_at":"2024-08-03T03:01:11.432Z","updated_at":"2025-11-12T21:18:39.975Z","avatar_url":"https://github.com/apple.png","language":"Swift","funding_links":[],"categories":["Projects using SwiftNIO","Swift","HarmonyOS"],"sub_categories":["Packages \u0026 executables","Windows Manager"],"readme":"# SwiftNIO HTTP/2\n\nThis project contains HTTP/2 support for Swift projects using [SwiftNIO](https://github.com/apple/swift-nio). To get started, check the [API docs](https://swiftpackageindex.com/apple/swift-nio-http2/main/documentation/niohttp2).\n\n## Building\n\n`swift-nio-http2` is a SwiftPM project and can be built and tested very simply:\n\n```bash\n$ swift build\n$ swift test\n```\n\n## Versions\n\nJust like the rest of the SwiftNIO family, swift-nio-http2 follows [SemVer 2.0.0](https://semver.org/#semantic-versioning-200) with a separate document\ndeclaring [SwiftNIO's Public API](https://github.com/apple/swift-nio/blob/main/docs/public-api.md).\n\n### `swift-nio-http2` 1.x\n\n`swift-nio-http2` versions 1.x are a pure-Swift implementation of the HTTP/2 protocol for SwiftNIO. It's part of the SwiftNIO 2 family of repositories and does not have any dependencies besides [`swift-nio`](https://github.com/apple/swift-nio) and Swift 5. As the latest version, it lives on the [`main`](https://github.com/apple/swift-nio-http2) branch.\n\nTo depend on `swift-nio-http2`, put the following in the `dependencies` of your `Package.swift`:\n\n    .package(url: \"https://github.com/apple/swift-nio-http2.git\", from: \"1.19.2\"),\n\nThe minimum Swift version supported for SwiftNIO HTTP/2 releases are detailed below:\n\nSwiftNIO HTTP/2     | Minimum Swift Version\n--------------------|----------------------\n`1.0.0 ..\u003c 1.18.0`  | 5.0\n`1.18.0 ..\u003c 1.21.0` | 5.2\n`1.21.0 ..\u003c 1.23.0` | 5.4\n`1.24.0 ..\u003c 1.27.0` | 5.5.2\n`1.27.0 ..\u003c 1.29.0` | 5.6\n`1.29.0 ..\u003c 1.31.0` | 5.7\n`1.31.0 ..\u003c 1.37.0` | 5.8\n`1.37.0 ...`        | 5.9\n\n### `swift-nio-http2` 0.x\n\nThe legacy `swift-nio-http` 0.x is part of the SwiftNIO 1 family of repositories and works on Swift 4.1 and newer but requires [nghttp2](https://nghttp2.org) to be installed on your system. The source code can be found on the [`nghttp2-support-branch`](https://github.com/apple/swift-nio-http2/tree/nghttp2-support-branch).\n\n\n## Developing SwiftNIO HTTP/2\n\nFor the most part, SwiftNIO development is as straightforward as any other SwiftPM project. With that said, we do have a few processes that are worth understanding before you contribute. For details, please see [`CONTRIBUTING.md`](/CONTRIBUTING.md) in this repository.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapple%2Fswift-nio-http2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapple%2Fswift-nio-http2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapple%2Fswift-nio-http2/lists"}