Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: third_party/grpc/tools/http2_interop/README.md

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/grpc/tools/gcp/utils/kubernetes_api.py ('k') | third_party/grpc/tools/http2_interop/doc.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/grpc/tools/http2_interop/README.md
diff --git a/third_party/grpc/tools/http2_interop/README.md b/third_party/grpc/tools/http2_interop/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..21688f09804c0e47d9c2db6df2ae65039c866064
--- /dev/null
+++ b/third_party/grpc/tools/http2_interop/README.md
@@ -0,0 +1,9 @@
+HTTP/2 Interop Tests
+====
+
+This is a suite of tests that check a server to see if it plays nicely with other HTTP/2 clients. To run, just type:
+
+`go test -spec :1234`
+
+Where ":1234" is the ip:port of a running server.
+
« no previous file with comments | « third_party/grpc/tools/gcp/utils/kubernetes_api.py ('k') | third_party/grpc/tools/http2_interop/doc.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698