Skip to content
/ http2 Public
forked from bradfitz/http2

HTTP/2 support for Go (in active development)

License

Notifications You must be signed in to change notification settings

barnacs/http2

This branch is 2 commits ahead of, 3 commits behind bradfitz/http2:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

113fe2d · May 17, 2015
Apr 20, 2015
May 5, 2015
Mar 29, 2015
Jan 17, 2015
May 9, 2015
Apr 20, 2015
Apr 20, 2015
Jan 17, 2015
Sep 9, 2014
Jul 15, 2014
Sep 12, 2014
Feb 10, 2015
Mar 23, 2015
May 3, 2015
Nov 18, 2014
Dec 19, 2014
Dec 1, 2014
Dec 1, 2014
Apr 13, 2015
May 4, 2015
Apr 20, 2015
Nov 11, 2014
Nov 15, 2014
Apr 2, 2015
Jan 29, 2015
Nov 12, 2014
Nov 12, 2014
Dec 14, 2014
May 17, 2015
May 16, 2015
Feb 9, 2015
May 3, 2015
Dec 8, 2014
Dec 2, 2014
Dec 8, 2014

Repository files navigation

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 has just started but shares a lot of code
  is coming along much quicker.

Docs are at https://godoc.org/github.com/bradfitz/http2

Demo test server at https://http2.golang.org/

Help & bug reports welcome.

About

HTTP/2 support for Go (in active development)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.9%
  • Makefile 0.1%