This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
publics
/
net
Xem
0
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Browse Source
http2: move github.com/bradfitz/http2 down into a new http2 directory
In prep for move to golang.org/x/net/*.
Brad Fitzpatrick
10 năm trước cách đây
mục cha
f8202bc903
commit
17e723d022
50 tập tin đã thay đổi
với
0 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
0
0
http2/.gitignore
0
0
http2/AUTHORS
0
0
http2/CONTRIBUTORS
0
0
http2/Dockerfile
0
0
http2/HACKING
0
0
http2/LICENSE
0
0
http2/Makefile
0
0
http2/README
0
0
http2/buffer.go
0
0
http2/buffer_test.go
0
0
http2/errors.go
0
0
http2/errors_test.go
0
0
http2/flow.go
0
0
http2/flow_test.go
0
0
http2/frame.go
0
0
http2/frame_test.go
0
0
http2/gotrack.go
0
0
http2/gotrack_test.go
0
0
http2/h2demo/.gitignore
0
0
http2/h2demo/Makefile
0
0
http2/h2demo/README
0
0
http2/h2demo/h2demo.go
0
0
http2/h2demo/launch.go
0
0
http2/h2demo/rootCA.key
0
0
http2/h2demo/rootCA.pem
0
0
http2/h2demo/rootCA.srl
0
0
http2/h2demo/server.crt
0
0
http2/h2demo/server.key
0
0
http2/h2i/README.md
0
0
http2/h2i/h2i.go
0
0
http2/headermap.go
0
0
http2/hpack/encode.go
0
0
http2/hpack/encode_test.go
0
0
http2/hpack/hpack.go
0
0
http2/hpack/hpack_test.go
0
0
http2/hpack/huffman.go
0
0
http2/hpack/tables.go
0
0
http2/http2.go
0
0
http2/http2_test.go
0
0
http2/pipe.go
0
0
http2/pipe_test.go
0
0
http2/priority_test.go
0
0
http2/server.go
0
0
http2/server_test.go
0
0
http2/testdata/draft-ietf-httpbis-http2.xml
0
0
http2/transport.go
0
0
http2/transport_test.go
0
0
http2/write.go
0
0
http2/writesched.go
0
0
http2/z_spec_test.go
+ 0
- 0
.gitignore → http2/.gitignore
Xem Tập Tin
+ 0
- 0
AUTHORS → http2/AUTHORS
Xem Tập Tin
+ 0
- 0
CONTRIBUTORS → http2/CONTRIBUTORS
Xem Tập Tin
+ 0
- 0
Dockerfile → http2/Dockerfile
Xem Tập Tin
+ 0
- 0
HACKING → http2/HACKING
Xem Tập Tin
+ 0
- 0
LICENSE → http2/LICENSE
Xem Tập Tin
+ 0
- 0
Makefile → http2/Makefile
Xem Tập Tin
+ 0
- 0
README → http2/README
Xem Tập Tin
+ 0
- 0
buffer.go → http2/buffer.go
Xem Tập Tin
+ 0
- 0
buffer_test.go → http2/buffer_test.go
Xem Tập Tin
+ 0
- 0
errors.go → http2/errors.go
Xem Tập Tin
+ 0
- 0
errors_test.go → http2/errors_test.go
Xem Tập Tin
+ 0
- 0
flow.go → http2/flow.go
Xem Tập Tin
+ 0
- 0
flow_test.go → http2/flow_test.go
Xem Tập Tin
+ 0
- 0
frame.go → http2/frame.go
Xem Tập Tin
+ 0
- 0
frame_test.go → http2/frame_test.go
Xem Tập Tin
+ 0
- 0
gotrack.go → http2/gotrack.go
Xem Tập Tin
+ 0
- 0
gotrack_test.go → http2/gotrack_test.go
Xem Tập Tin
+ 0
- 0
h2demo/.gitignore → http2/h2demo/.gitignore
Xem Tập Tin
+ 0
- 0
h2demo/Makefile → http2/h2demo/Makefile
Xem Tập Tin
+ 0
- 0
h2demo/README → http2/h2demo/README
Xem Tập Tin
+ 0
- 0
h2demo/h2demo.go → http2/h2demo/h2demo.go
Xem Tập Tin
+ 0
- 0
h2demo/launch.go → http2/h2demo/launch.go
Xem Tập Tin
+ 0
- 0
h2demo/rootCA.key → http2/h2demo/rootCA.key
Xem Tập Tin
+ 0
- 0
h2demo/rootCA.pem → http2/h2demo/rootCA.pem
Xem Tập Tin
+ 0
- 0
h2demo/rootCA.srl → http2/h2demo/rootCA.srl
Xem Tập Tin
+ 0
- 0
h2demo/server.crt → http2/h2demo/server.crt
Xem Tập Tin
+ 0
- 0
h2demo/server.key → http2/h2demo/server.key
Xem Tập Tin
+ 0
- 0
h2i/README.md → http2/h2i/README.md
Xem Tập Tin
+ 0
- 0
h2i/h2i.go → http2/h2i/h2i.go
Xem Tập Tin
+ 0
- 0
headermap.go → http2/headermap.go
Xem Tập Tin
+ 0
- 0
hpack/encode.go → http2/hpack/encode.go
Xem Tập Tin
+ 0
- 0
hpack/encode_test.go → http2/hpack/encode_test.go
Xem Tập Tin
+ 0
- 0
hpack/hpack.go → http2/hpack/hpack.go
Xem Tập Tin
+ 0
- 0
hpack/hpack_test.go → http2/hpack/hpack_test.go
Xem Tập Tin
+ 0
- 0
hpack/huffman.go → http2/hpack/huffman.go
Xem Tập Tin
+ 0
- 0
hpack/tables.go → http2/hpack/tables.go
Xem Tập Tin
+ 0
- 0
http2.go → http2/http2.go
Xem Tập Tin
+ 0
- 0
http2_test.go → http2/http2_test.go
Xem Tập Tin
+ 0
- 0
pipe.go → http2/pipe.go
Xem Tập Tin
+ 0
- 0
pipe_test.go → http2/pipe_test.go
Xem Tập Tin
+ 0
- 0
priority_test.go → http2/priority_test.go
Xem Tập Tin
+ 0
- 0
server.go → http2/server.go
Xem Tập Tin
+ 0
- 0
server_test.go → http2/server_test.go
Xem Tập Tin
+ 0
- 0
testdata/draft-ietf-httpbis-http2.xml → http2/testdata/draft-ietf-httpbis-http2.xml
Xem Tập Tin
+ 0
- 0
transport.go → http2/transport.go
Xem Tập Tin
+ 0
- 0
transport_test.go → http2/transport_test.go
Xem Tập Tin
+ 0
- 0
write.go → http2/write.go
Xem Tập Tin
+ 0
- 0
writesched.go → http2/writesched.go
Xem Tập Tin
+ 0
- 0
z_spec_test.go → http2/z_spec_test.go
Xem Tập Tin