Home | History | Annotate | only in /external/syzkaller/vendor/golang.org/x/net/http2
Up to higher level directory
NameDateSize
ciphers.go22-Oct-202034.4K
client_conn_pool.go22-Oct-20206.4K
configure_transport.go22-Oct-20202.2K
databuffer.go22-Oct-20203.9K
Dockerfile22-Oct-20201.5K
errors.go22-Oct-20204.1K
flow.go22-Oct-20201.1K
frame.go22-Oct-202043.9K
go16.go22-Oct-2020331
go17.go22-Oct-20202.5K
go17_not18.go22-Oct-20201.3K
go18.go22-Oct-20201.3K
go19.go22-Oct-2020347
gotrack.go22-Oct-20203.1K
headermap.go22-Oct-20201.4K
hpack/22-Oct-2020
http2.go22-Oct-20209.6K
Makefile22-Oct-202044
not_go16.go22-Oct-2020412
not_go17.go22-Oct-20202.4K
not_go18.go22-Oct-2020632
not_go19.go22-Oct-2020325
pipe.go22-Oct-20203.8K
README22-Oct-2020626
server.go22-Oct-202087.8K
transport.go22-Oct-202064K
write.go22-Oct-202010.5K
writesched.go22-Oct-20207.2K
writesched_priority.go22-Oct-202013.5K
writesched_random.go22-Oct-20201.9K

README

      1 This is a work-in-progress HTTP/2 implementation for Go.
      2 
      3 It will eventually live in the Go standard library and won't require
      4 any changes to your code to use.  It will just be automatic.
      5 
      6 Status:
      7 
      8 * The server support is pretty good. A few things are missing
      9   but are being worked on.
     10 * The client work has just started but shares a lot of code
     11   is coming along much quicker.
     12 
     13 Docs are at https://godoc.org/golang.org/x/net/http2
     14 
     15 Demo test server at https://http2.golang.org/
     16 
     17 Help & bug reports welcome!
     18 
     19 Contributing: https://golang.org/doc/contribute.html
     20 Bugs:         https://golang.org/issue/new?title=x/net/http2:+
     21