git-lfs/vendor/golang.org/x/net/http2
Stephen Gelman 72f3f168d2 Use different parser for cookiejar files
The original parser that was used in #3825 brings in a lot of
dependencies that complicate packaging git-lfs.  This replaces it with a
small parser I wrote with almost no dependencies.  I've tested this as
extensively as i can and it seems to work correctly.
2019-10-27 16:48:15 -05:00
..
hpack Use different parser for cookiejar files 2019-10-27 16:48:15 -05:00
.gitignore Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00
ciphers.go Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00
client_conn_pool.go Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00
databuffer.go Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00
Dockerfile Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00
errors.go Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00
flow.go Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00
frame.go Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00
go111.go Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00
gotrack.go Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00
headermap.go Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00
http2.go Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00
Makefile Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00
not_go111.go Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00
pipe.go Use different parser for cookiejar files 2019-10-27 16:48:15 -05:00
README Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00
server.go Use different parser for cookiejar files 2019-10-27 16:48:15 -05:00
transport.go Use different parser for cookiejar files 2019-10-27 16:48:15 -05:00
write.go Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00
writesched_priority.go Use different parser for cookiejar files 2019-10-27 16:48:15 -05:00
writesched_random.go Use different parser for cookiejar files 2019-10-27 16:48:15 -05:00
writesched.go Vendor golang.org/x/net dependency 2019-08-27 10:24:20 -07:00

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!

Contributing: https://golang.org/doc/contribute.html
Bugs:         https://golang.org/issue/new?title=x/net/http2:+