Brad Fitzpatrick b19c071601 http2: merge github.com/bradfitz/http2 (branch: golang.org/x/net) 11 năm trước cách đây
..
h2demo ae54c55587 http2: rewrite github.com/bradfitz/http2 references to their new paths 11 năm trước cách đây
h2i b19c071601 http2: merge github.com/bradfitz/http2 (branch: golang.org/x/net) 11 năm trước cách đây
hpack 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
testdata 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
.gitignore 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
AUTHORS 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
CONTRIBUTORS 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
Dockerfile 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
HACKING 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
LICENSE 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
Makefile 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
README ae54c55587 http2: rewrite github.com/bradfitz/http2 references to their new paths 11 năm trước cách đây
buffer.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
buffer_test.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
errors.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
errors_test.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
flow.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
flow_test.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
frame.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
frame_test.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
gotrack.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
gotrack_test.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
headermap.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
http2.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
http2_test.go ae54c55587 http2: rewrite github.com/bradfitz/http2 references to their new paths 11 năm trước cách đây
pipe.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
pipe_test.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
priority_test.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
server.go ae54c55587 http2: rewrite github.com/bradfitz/http2 references to their new paths 11 năm trước cách đây
server_test.go ae54c55587 http2: rewrite github.com/bradfitz/http2 references to their new paths 11 năm trước cách đây
transport.go ae54c55587 http2: rewrite github.com/bradfitz/http2 references to their new paths 11 năm trước cách đây
transport_test.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
write.go ae54c55587 http2: rewrite github.com/bradfitz/http2 references to their new paths 11 năm trước cách đây
writesched.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây
z_spec_test.go 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 11 năm trước cách đây

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

Docs are at https://godoc.org/golang.org/x/net/http2

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

Help & bug reports welcome.