mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
8db4c4ca01
full diff: ab34263943...6772e930b6
- http/httpproxy: match http scheme when selecting http_proxy
- drop support for pre-1.12 direct syscalls on darwin
- x/net/http2: reject HTTP/2 Content-Length headers containing a sign
- http2/h2i: use x/term instead of x/crypto/ssh/terminal
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
18 lines
700 B
Markdown
18 lines
700 B
Markdown
# Go Networking
|
|
|
|
[![Go Reference](https://pkg.go.dev/badge/golang.org/x/net.svg)](https://pkg.go.dev/golang.org/x/net)
|
|
|
|
This repository holds supplementary Go networking libraries.
|
|
|
|
## Download/Install
|
|
|
|
The easiest way to install is to run `go get -u golang.org/x/net`. You can
|
|
also manually git clone the repository to `$GOPATH/src/golang.org/x/net`.
|
|
|
|
## Report Issues / Send Patches
|
|
|
|
This repository uses Gerrit for code changes. To learn how to submit
|
|
changes to this repository, see https://golang.org/doc/contribute.html.
|
|
The main issue tracker for the net repository is located at
|
|
https://github.com/golang/go/issues. Prefix your issue with "x/net:" in the
|
|
subject line, so it is easy to find.
|