# http2 **Repository Path**: mirrors_tatsuhiro-t/http2 ## Basic Information - **Project Name**: http2 - **Description**: HTTP/2 support for Go (in active development) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a work-in-progress HTTP/2 implementation for Go. It will eventually live in the Go standard library and won't require any changes to your code to use. It will just be automatic. Status: * The server support is pretty good. A few things are missing but are being worked on. * The client work hasn't yet begun, but will share a lot of code. Docs are at https://godoc.org/github.com/bradfitz/http2 Demo test server at https://http2.golang.org/ Help & bug reports welcome.