perkeep/vendor/google.golang.org/grpc
mpl 2e34259de8 vendor: update http2
Replaced github.com/bradfitz/http2 with the latest golang.org/x/net/http2
and updated the following dependencies:

golang.org/x/net @ a179abb31d787abdb406d922dff79635a8d784a4
golang.org/x/oauth2 @ 038cb4adce85ed41e285c2e7cc6221a92bfa44aa
google.golang.org/grpc @ 1684e4a49ba8e6c88a8628b26395f310a1e3d99f

Change-Id: Ic8f294f22a4ec7f7ee513fd1eb29a0b72ac41886
2015-11-08 11:52:24 +01:00
..
benchmark vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc 2015-09-22 14:48:04 +02:00
codes vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc 2015-09-22 14:48:04 +02:00
credentials vendor: update http2 2015-11-08 11:52:24 +01:00
examples/route_guide vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc 2015-09-22 14:48:04 +02:00
grpclog vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc 2015-09-22 14:48:04 +02:00
health vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc 2015-09-22 14:48:04 +02:00
interop vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc 2015-09-22 14:48:04 +02:00
metadata vendor: update http2 2015-11-08 11:52:24 +01:00
test vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc 2015-09-22 14:48:04 +02:00
transport vendor: update http2 2015-11-08 11:52:24 +01:00
.travis.yml vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc 2015-09-22 14:48:04 +02:00
CONTRIBUTING.md vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc 2015-09-22 14:48:04 +02:00
LICENSE vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc 2015-09-22 14:48:04 +02:00
Makefile vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc 2015-09-22 14:48:04 +02:00
PATENTS vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc 2015-09-22 14:48:04 +02:00
README.md vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc 2015-09-22 14:48:04 +02:00
call.go vendor: update http2 2015-11-08 11:52:24 +01:00
clientconn.go vendor: update http2 2015-11-08 11:52:24 +01:00
codegen.sh vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc 2015-09-22 14:48:04 +02:00
doc.go vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc 2015-09-22 14:48:04 +02:00
grpc-auth-support.md vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc 2015-09-22 14:48:04 +02:00
picker.go vendor: update http2 2015-11-08 11:52:24 +01:00
rpc_util.go vendor: update http2 2015-11-08 11:52:24 +01:00
rpc_util_test.go vendor: update http2 2015-11-08 11:52:24 +01:00
server.go vendor: update http2 2015-11-08 11:52:24 +01:00
stream.go vendor: update http2 2015-11-08 11:52:24 +01:00
trace.go vendor: update http2 2015-11-08 11:52:24 +01:00

README.md

#gRPC-Go

Build Status GoDoc

The Go implementation of gRPC

Installation

To install this package, you need to install Go 1.4 and setup your Go workspace on your computer. The simplest way to install the library is to run:

$ go get google.golang.org/grpc

Documentation

You can find more detailed documentation and examples in the grpc-common repository.

Status

Alpha - ready for early adopters.